freebsd-ports/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.c
Joe Marcus Clarke 84c8b8afd2 Update to 0.2.1.
2003-05-22 16:47:15 +00:00

11 lines
282 B
C

--- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003
+++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003
@@ -28,7 +28,7 @@
#ifdef NATIVE_GNU_REGEX
#include <sys/types.h>
-#include <regex.h>
+#include <gnuregex.h>
#else
#include "gnu-regex/regex.h"
#endif