]> andersk Git - moira.git/commitdiff
What other sys/types.h is there?
authorwesommer <wesommer>
Sat, 22 Aug 1987 23:53:43 +0000 (23:53 +0000)
committerwesommer <wesommer>
Sat, 22 Aug 1987 23:53:43 +0000 (23:53 +0000)
clients/mailmaint/mailmaint.c

index b260427b45ff006aae496555fd937addc6f62015..47c07b5dd6143c0f4c74055e3b426a3e56e65782 100644 (file)
@@ -5,7 +5,6 @@
 
 #ifndef lint
 static char rcsid_mailmaint_c[] = "$Header$";
-
 #endif lint
 
 /***********************************************************************/
@@ -19,7 +18,7 @@ static char rcsid_mailmaint_c[] = "$Header$";
 #include <signal.h>
 #include <strings.h>
 #include <curses.h>
-#include </usr/include/sys/types.h>
+#include <sys/types.h>
 #include <ctype.h>
 #include "mit-copyright.h"
 
This page took 0.044805 seconds and 5 git commands to generate.