freebsd-ports/sysutils/gnomefind/files/patch-ae
2000-06-30 08:27:07 +00:00

12 lines
248 B
Plaintext

--- src/parser.c.orig Wed Jun 21 10:27:44 2000
+++ src/parser.c Fri Jun 30 10:14:46 2000
@@ -24,7 +24,7 @@
#include <pwd.h>
#include <grp.h>
#ifdef HAVE_GNU_REGEX
-#include <regex.h>
+#include <gnuregex.h>
#else
#include "gnu_regex.h"
#endif