freebsd-ports/textproc/agrep/files/patch-parse.c
Christian Weisgerber 8d5699d7ad * Honor CFLAGS.
* Include proper prototypes; fixes dire warnings on alpha.
2002-07-21 01:56:56 +00:00

13 lines
230 B
C

$FreeBSD$
--- parse.c.orig Fri Jan 17 20:14:43 1992
+++ parse.c Sun Jul 21 03:50:47 2002
@@ -3,6 +3,7 @@
tree for that regular expression. */
#include <stdio.h>
+#include <stdlib.h>
#include "re.h"
#define FALSE 0