freebsd-ports/devel/rlwrap/files/patch-rlwrap.h
Ying-Chieh Liao 588695caec add rlwrap
readline wrapper
2001-08-12 11:07:24 +00:00

13 lines
249 B
C

--- 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>