aboutsummaryrefslogtreecommitdiff
path: root/textproc/agrep/files/patch-utilities.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/agrep/files/patch-utilities.c')
-rw-r--r--textproc/agrep/files/patch-utilities.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/agrep/files/patch-utilities.c b/textproc/agrep/files/patch-utilities.c
new file mode 100644
index 000000000000..df61cfc7717b
--- /dev/null
+++ b/textproc/agrep/files/patch-utilities.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- utilities.c.orig Fri Jan 17 20:14:43 1992
++++ utilities.c Sun Jul 21 03:50:47 2002
+@@ -2,6 +2,7 @@
+ and manipulating regular expression syntax trees. */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "re.h"
+
+ /************************************************************************/