mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
341 B
Plaintext
20 lines
341 B
Plaintext
|
--- 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>
|
||
|
|