From f10db1f6f17d6889b1c5043f36b89fe434ed9d0c Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 16 Apr 2005 08:20:20 +0000 Subject: [project @ 2005-04-16 08:19:56 by adrianl] missing #include svn path=/import/netsurf/; revision=1651 --- desktop/textinput.c | 1 + utils/utf8.c | 1 + 2 files changed, 2 insertions(+) diff --git a/desktop/textinput.c b/desktop/textinput.c index 8e284e477..1fdd49ebe 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -13,6 +13,7 @@ */ #include +#include #include "netsurf/desktop/browser.h" #include "netsurf/desktop/gui.h" diff --git a/utils/utf8.c b/utils/utf8.c index 957062a37..2676e8881 100644 --- a/utils/utf8.c +++ b/utils/utf8.c @@ -10,6 +10,7 @@ */ #include +#include #include #include -- cgit v1.2.3