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

13 lines
310 B
C

$FreeBSD$
--- mgrep.c.orig Sat Apr 11 00:12:27 1992
+++ mgrep.c Sun Jul 21 03:50:47 2002
@@ -1,6 +1,7 @@
/* Copyright (c) 1991 Sun Wu and Udi Manber. All Rights Reserved. */
/* multipattern matcher */
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#define MAXPAT 256
#define MAXLINE 1024