]> andersk Git - moira.git/blobdiff - gdb/gdb_serv.c
#include file and prototype fixes
[moira.git] / gdb / gdb_serv.c
index b8596edf3eda2126b2b4e8af775b818895e9cc82..11ec00ac24bca28bc130eb37a8124c7a5816ccd4 100644 (file)
@@ -5,7 +5,7 @@
 
 #ifndef lint
 static char *rcsid_gdb_serv_c = "$Header$";
-#endif lint
+#endif
 
 
 /************************************************************************
@@ -24,11 +24,14 @@ static char *rcsid_gdb_serv_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "gdb.h"
 #include <sys/ioctl.h>
 #ifdef SOLARIS
 #include <sys/filio.h>
+#endif
+#ifdef POSIX
+#include <unistd.h>
 #endif
 
        /*----------------------------------------------------------
This page took 0.116504 seconds and 4 git commands to generate.