aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/glimpse/files/patch-agrep__agrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/glimpse/files/patch-agrep__agrep.c')
-rw-r--r--textproc/glimpse/files/patch-agrep__agrep.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-agrep__agrep.c b/textproc/glimpse/files/patch-agrep__agrep.c
new file mode 100644
index 000000000000..06ef492308d4
--- /dev/null
+++ b/textproc/glimpse/files/patch-agrep__agrep.c
@@ -0,0 +1,10 @@
+--- ./agrep/agrep.c.orig 2000-03-08 18:51:03.000000000 +0000
++++ ./agrep/agrep.c 2014-01-27 21:40:18.000000000 +0000
+@@ -3,6 +3,7 @@
+ * bgopal: (1993-4) added a library interface and removed some bugs: also
+ * selectively modified many routines to work with our text-compression algo.
+ */
++#include <sys/types.h>
+ #include <sys/stat.h>
+ #include "agrep.h"
+ #include "checkfile.h"