blob: 47e96fbb9d2c61e315bda36857d0a802164df009 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- killprg.c.orig Thu Aug 21 10:16:02 1997
+++ killprg.c Sun Oct 5 14:00:23 1997
@@ -7,6 +7,8 @@
#include <unistd.h>
#endif
+#include <sys/types.h>
+
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#else
@@ -36,7 +38,6 @@
#endif
#include <string.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
|