--- 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>
 
