]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/include.h
Add use of `const' where appropriate to the games.
[bsdgames-darwin.git] / phantasia / include.h
index bfaa8a7ede09a99c4b50b12594240f6ea38224d9..4b982a49f12da2ae81319f3a1b51a8deef29d8f4 100644 (file)
@@ -1,14 +1,19 @@
+/*     $NetBSD: include.h,v 1.4 1997/10/13 02:18:19 lukem Exp $        */
+
 /*
  * include.h - includes all important files for Phantasia
  */
 
 #include <ctype.h>
 #include <curses.h>
+#include <errno.h>
 #include <math.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <stdlib.h>
+#include <string.h>
 #include <time.h>
-#include <errno.h>
+#include <unistd.h>
 
 #include "macros.h"
 #include "phantdefs.h"