]> andersk Git - moira.git/blobdiff - gdb/gdb_serv.c
Change #ifdef GDSS to #ifdef DO_GDSS, because GDSS was getting #undef'ed
[moira.git] / gdb / gdb_serv.c
index a8440763fe185555249ef52e1af57ffa3c5d7703..11ec00ac24bca28bc130eb37a8124c7a5816ccd4 100644 (file)
@@ -5,7 +5,7 @@
 
 #ifndef lint
 static char *rcsid_gdb_serv_c = "$Header$";
-#endif lint
+#endif
 
 
 /************************************************************************
@@ -29,6 +29,9 @@ static char *rcsid_gdb_serv_c = "$Header$";
 #include <sys/ioctl.h>
 #ifdef SOLARIS
 #include <sys/filio.h>
+#endif
+#ifdef POSIX
+#include <unistd.h>
 #endif
 
        /*----------------------------------------------------------
This page took 0.032938 seconds and 4 git commands to generate.