summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
blob: 3cc9f9eabf70b61e96038e953b8765382e30f1f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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