summaryrefslogtreecommitdiff
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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/rlwrap/files/patch-rlwrap.h b/devel/rlwrap/files/patch-rlwrap.h
index b3491d2942d6..97d6d8fa7680 100644
--- a/devel/rlwrap/files/patch-rlwrap.h
+++ b/devel/rlwrap/files/patch-rlwrap.h
@@ -1,13 +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
+--- rlwrap.h.orig Tue Sep 11 06:02:47 2001
++++ rlwrap.h Mon Mar 4 07:37:19 2002
+@@ -36,6 +36,10 @@
+ #include <stdlib.h>
+ #include <time.h>
+#ifdef HAVE_GETOPT_LONG
+#include <getopt.h>
+#endif
+
- #include <string.h>
- #include <errno.h>
- #include <stdarg.h>
+ #ifdef HAVE_GETOPT_H
+ #include <getopt.h>
+ #endif