mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
11 lines
189 B
C
11 lines
189 B
C
--- histring.c.orig 2014-12-20 19:35:27 UTC
|
|
+++ histring.c
|
|
@@ -15,6 +15,8 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#ifdef HAVE_GETOPT_H
|
|
# include <getopt.h>
|
|
#endif
|