ports/textproc/agrep/files/patch-utilities.c
2017-01-21 17:01:49 +00:00

10 lines
272 B
C

--- 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"
/************************************************************************/