]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/pl_3.c
More rationalization of include files:
[bsdgames-darwin.git] / sail / pl_3.c
index 8e71f22000fd044ca0c2acf4ec7b057b6be8732b..20ab7146bd1f070d8071585bfe67467c7d27bdc0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl_3.c,v 1.11 2001/01/04 02:43:32 jwise Exp $  */
+/*     $NetBSD: pl_3.c,v 1.13 2001/01/04 03:51:24 jwise Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)pl_3.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pl_3.c,v 1.11 2001/01/04 02:43:32 jwise Exp $");
+__RCSID("$NetBSD: pl_3.c,v 1.13 2001/01/04 03:51:24 jwise Exp $");
 #endif
 #endif /* not lint */
 
-#include "player.h"
+#include <signal.h>
 #include <stdlib.h>
+#include "player.h"
 
 void   acceptcombat(void);
 void   grapungrap(void);