blob: fc1be98e6ec14a9384b2ae0c1292aa3aea3f1a00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gtksourceview/gtksourceregex.h.orig Wed May 7 20:04:08 2003
+++ gtksourceview/gtksourceregex.h Wed May 7 20:05:43 2003
@@ -20,7 +20,7 @@
#ifndef __GTK_SOURCE_REGEX_H__
#define __GTK_SOURCE_REGEX_H__
-#include <regex.h>
+#include <gnuregex.h>
#include <glib/gtypes.h>
G_BEGIN_DECLS
|