1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-toolkits/gtkscintilla/files/patch-ab
2001-06-07 09:11:06 +00:00

17 lines
455 B
Plaintext

$FreeBSD$
--- gtkscintilla.c.orig Mon May 14 11:45:35 2001
+++ gtkscintilla.c Tue May 15 15:30:16 2001
@@ -20,8 +20,8 @@
#include "gtkscintilla.h"
#define PLAT_GTK 1
-#include "scintilla/include/Scintilla.h"
-#include "scintilla/include/ScintillaWidget.h"
+#include "scintilla/Scintilla.h"
+#include "scintilla/ScintillaWidget.h"
static void gtk_scintilla_class_init(GtkScintillaClass *klass);
static void gtk_scintilla_init(GtkScintilla *sci);