mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c7ebf682d0
PR: 17050 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
--- 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"
|
|
|
|
|