diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c index 21a83ff..2c06cd0 100644 --- a/src/interface.c +++ b/src/interface.c @@ -27,9 +27,9 @@ #include <glib/gstdio.h> #include <Scintilla.h> -#include <SciLexer.h> #include "sciteco.h" +#include "string-utils.h" #include "undo.h" #include "view.h" #include "interface.h" @@ -112,7 +112,7 @@ teco_interface_stdio_vmsg(teco_msg_t type, const gchar *fmt, va_list ap) } void -teco_interface_process_notify(struct SCNotification *notify) +teco_interface_process_notify(SCNotification *notify) { #ifdef DEBUG g_printf("SCINTILLA NOTIFY: code=%d\n", notify->nmhdr.code); |