Source
xxxxxxxxxx
--- gtksourceview/gtksourceregex.c.orig 2007-01-03 07:40:28.000000000 -0800
+++ gtksourceview/gtksourceregex.c 2014-03-31 13:12:04.000000000 -0700
#include <stdlib.h>
#include <glib.h>
-#ifdef NATIVE_GNU_REGEX
-#include <sys/types.h>
-#include <regex.h>
-#else
-#include "gnu-regex/regex.h"
-#endif
+#include <gnuregex.h>
#include "gtksourceregex.h"