mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
292f7affa7
PR: 4690 Partly submitted by: maintainer
20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
--- 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>
|
|
|