opnsense-ports/textproc/agrep/files/patch-utilities.c
Franco Fichtner d1d55c00c8 */*: sync with upstream
Taken from: FreeBSD
2017-01-21 18:28:10 +01: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"
/************************************************************************/