summaryrefslogtreecommitdiff
path: root/riscos/gif.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-13 17:59:04 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-13 17:59:04 +0000
commitc5df927ba6055fc7f33b2440be67e0b31a4d558b (patch)
tree9c7c47176fb81a4876bb7e28872e455ce8f16707 /riscos/gif.c
parent8365d4878779449a609754486f4a50bd30ac8649 (diff)
downloadnetsurf-c5df927ba6055fc7f33b2440be67e0b31a4d558b.tar.gz
netsurf-c5df927ba6055fc7f33b2440be67e0b31a4d558b.tar.bz2
[project @ 2004-03-13 17:59:04 by bursa]
Add missing #includes. svn path=/import/netsurf/; revision=615
Diffstat (limited to 'riscos/gif.c')
-rw-r--r--riscos/gif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index ac48944bb..a69254460 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -11,6 +11,7 @@
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
+#include <swis.h>
#include "animlib/animlib.h"
#include "oslib/colourtrans.h"
#include "oslib/os.h"
@@ -18,6 +19,7 @@
#include "netsurf/utils/config.h"
#include "netsurf/content/content.h"
#include "netsurf/riscos/gif.h"
+#include "netsurf/riscos/options.h"
#include "netsurf/riscos/tinct.h"
#include "netsurf/utils/log.h"
#include "netsurf/utils/messages.h"