opnsense-ports/textproc/agrep/files/patch-utilities.c
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

10 lines
298 B
C

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