freebsd-ports/sysutils/gnomefind/files/patch-ab
2000-07-17 07:08:19 +00:00

12 lines
232 B
Plaintext

--- src/pred.h.orig Fri Jun 30 17:13:50 2000
+++ src/pred.h Mon Jul 17 09:58:18 2000
@@ -31,7 +31,7 @@
#include <time.h>
#ifdef HAVE_GNU_REGEX
-# include <regex.h>
+# include <gnuregex.h>
#else
# include "gnu_regex.h"
#endif