1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/editors/glimmer/files/patch-src::gtkextext::gtkextext.h
2001-11-19 11:51:47 +00:00

18 lines
301 B
C

$FreeBSD$
--- src/gtkextext/gtkextext.h.orig Fri Oct 26 23:57:02 2001
+++ src/gtkextext/gtkextext.h Mon Nov 19 13:16:44 2001
@@ -30,8 +30,10 @@
#include <sys/types.h>
+#include "config.h"
+
#ifdef WITH_SYSTEM_REGEX
-#include <regex.h>
+#include <gnuregex.h>
#else
#include "regex.h"
#endif