freebsd-ports/www/nscache/files/patch-ac
Kris Kennaway 8cad1e04e6 Update to nscache 0.6
Submitted by:	Ports Fury
2001-02-24 10:36:14 +00:00

10 lines
193 B
Text

--- src/re.h.orig Sun Nov 12 23:09:38 2000
+++ src/re.h Tue Jan 16 03:06:40 2001
@@ -3,6 +3,7 @@
#ifdef HAVE_REGEX
#ifdef HAVE_REGEX_H
+#include <sys/types.h>
#include <regex.h>
#endif