<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- gtksourceview/gtksourceregex.c.orig	2007-01-03 07:40:28.000000000 -0800
+++ gtksourceview/gtksourceregex.c	2014-03-31 13:12:04.000000000 -0700
@@ -26,12 +26,7 @@
 #include &lt;stdlib.h&gt;
 #include &lt;glib.h&gt;
 
-#ifdef NATIVE_GNU_REGEX
-#include &lt;sys/types.h&gt;
-#include &lt;regex.h&gt;
-#else
-#include "gnu-regex/regex.h"
-#endif
+#include &lt;gnuregex.h&gt;
 
 #include "gtksourceregex.h"
 
</pre></body></html>