summaryrefslogtreecommitdiff
path: root/news/suck/files/patch-ac
blob: 5c123821ec16fd0ae70741a0d255883a525dfae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- killprg.c.orig	Sat Sep 13 10:13:54 1997
+++ killprg.c	Sat Sep 13 10:14:10 1997
@@ -3,6 +3,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <sys/types.h>
+
 #ifdef HAVE_DIRENT_H
 # include <dirent.h>
 #else
@@ -34,7 +36,6 @@
 #endif
 
 #include <string.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>