From dea2cec8b6dc3db347ab173035fb38caf7381895 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 27 May 1996 07:36:41 +0000 Subject: [PATCH] Make this compile under 2.1R too. Submitted by: chuckr@glue.umd.edu --- textproc/glimpse/files/patch-ab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/glimpse/files/patch-ab diff --git a/textproc/glimpse/files/patch-ab b/textproc/glimpse/files/patch-ab new file mode 100644 index 000000000000..f2f4e1d8dd9a --- /dev/null +++ b/textproc/glimpse/files/patch-ab @@ -0,0 +1,10 @@ +--- agrep/agrep.c.orig Mon May 20 14:05:35 1996 ++++ agrep/agrep.c Mon May 20 14:06:00 1996 +@@ -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 + #include + #include "agrep.h" + #include "checkfile.h"