]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/include.h
tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.conf
[bsdgames-darwin.git] / phantasia / include.h
index c9b4f7c69e586cf87f74a7c1a39e0ca14c48725f..4b982a49f12da2ae81319f3a1b51a8deef29d8f4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: include.h,v 1.2 1995/03/24 03:58:45 cgd Exp $  */
+/*     $NetBSD: include.h,v 1.4 1997/10/13 02:18:19 lukem Exp $        */
 
 /*
  * include.h - includes all important files for Phantasia
@@ -6,11 +6,14 @@
 
 #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"