summaryrefslogtreecommitdiff
path: root/textproc/agrep/files/patch-utilities.c
blob: d9fcf2f1af14d916132889c6fa481cf3853c20f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- utilities.c.orig	1992-01-17 19:14:43 UTC
+++ utilities.c
@@ -2,6 +2,7 @@
    and manipulating regular expression syntax trees.	*/
 
 #include <stdio.h>
+#include <stdlib.h>
 #include "re.h"
 
 /************************************************************************/