openbsd-ports/textproc/agrep/patches/patch-utilities_c
naddy 964afbf742 - honor CC
- include proper prototypes; silences warnings on 64-bit archs
2002-07-21 01:48:42 +00:00

12 lines
364 B
Plaintext

$OpenBSD: patch-utilities_c,v 1.1 2002/07/21 01:48:42 naddy Exp $
--- utilities.c.orig Sun Jul 21 03:44:01 2002
+++ utilities.c Sun Jul 21 03:44:17 2002
@@ -2,6 +2,7 @@
and manipulating regular expression syntax trees. */
#include <stdio.h>
+#include <stdlib.h>
#include "re.h"
/************************************************************************/