1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/agrep/files/patch-utilities.c
2017-01-21 17:01:49 +00:00

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