aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rlwrap/files/patch-rlwrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rlwrap/files/patch-rlwrap.h')
-rw-r--r--devel/rlwrap/files/patch-rlwrap.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/rlwrap/files/patch-rlwrap.h b/devel/rlwrap/files/patch-rlwrap.h
new file mode 100644
index 000000000000..b3491d2942d6
--- /dev/null
+++ b/devel/rlwrap/files/patch-rlwrap.h
@@ -0,0 +1,13 @@
+--- rlwrap.h.orig Sun Aug 12 18:59:20 2001
++++ rlwrap.h Sun Aug 12 18:58:52 2001
+@@ -34,6 +34,10 @@
+ #include <getopt.h>
+ #endif
+
++#ifdef HAVE_GETOPT_LONG
++#include <getopt.h>
++#endif
++
+ #include <string.h>
+ #include <errno.h>
+ #include <stdarg.h>