
$FreeBSD: ports/x11-toolkits/gtkscintilla/files/patch-ab,v 1.2 2001/04/17 11:59:11 sobomax Exp $

--- gtkscintilla.c.orig	Mon Mar 26 11:40:47 2001
+++ gtkscintilla.c	Tue Apr 17 14:33:01 2001
@@ -21,8 +21,8 @@
 
 /*#include "scintilla/include/Platform.h"*/
 #define PLAT_GTK 1
-#include "scintilla/include/ScintillaWidget.h"
-#include "scintilla/include/Scintilla.h"
+#include <Scintilla.h>
+#include <ScintillaWidget.h>
 
 static void gtk_scintilla_class_init(GtkScintillaClass *klass);
 static void gtk_scintilla_init(GtkScintilla *sci);
