diff options
Diffstat (limited to 'misc/histring/files/patch-histring.c')
-rw-r--r-- | misc/histring/files/patch-histring.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/histring/files/patch-histring.c b/misc/histring/files/patch-histring.c new file mode 100644 index 000000000000..c290fa957caf --- /dev/null +++ b/misc/histring/files/patch-histring.c @@ -0,0 +1,11 @@ +--- 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 |