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

12 lines
232 B
Plaintext

--- src/defs.h.orig Fri Jun 30 17:13:19 2000
+++ src/defs.h Mon Jul 17 09:56:51 2000
@@ -43,7 +43,7 @@
#include <time.h>
#ifdef HAVE_GNU_REGEX
-# include <regex.h>
+# include <gnuregex.h>
#else
# include "gnu_regex.h"
#endif