mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0575a833b9
xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>.
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
--- ./xcept/scripts.c.org Thu Apr 14 10:21:58 1994
|
|
+++ ./xcept/scripts.c Wed Apr 23 19:08:32 1997
|
|
@@ -36,6 +36,7 @@
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <dirent.h>
|
|
#include "scripts.h"
|
|
|