mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
10773690d6
PR: 22085 Reviewed by: kris
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
--- histring.c 2000/10/18 13:39:37 1.1
|
|
+++ histring.c 2000/10/18 13:44:11 1.2
|
|
@@ -15,6 +15,8 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#ifdef HAVE_GETOPT_H
|
|
# include <getopt.h>
|
|
#endif
|