aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gide/files/patch-ax
blob: 5fe455eb02425bbf2c18c03da3a1d59219a7e82a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/GtkEditor/gtkeditor/gtkhint.c.orig  Mon Dec  6 01:40:45 1999
+++ src/GtkEditor/gtkeditor/gtkhint.c   Mon Feb 28 01:41:00 2000
@@ -31,7 +31,11 @@
 #include <gtk/gtktext.h>
 
 #include "gtkeditor.h"
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
 #include "regex.h"
+#endif
 #include "gtkhint.h"