summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:05:29 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-03 13:05:29 +0000
commit2dcc01332c69937051f2998e317a6e778c56e1b2 (patch)
treeaf18501d2f873172f5035eb44731efceb9e33b4c
parenta17aa7d47fa3fd081ef838ccf7e4a16537b4a234 (diff)
downloadnetsurf-2dcc01332c69937051f2998e317a6e778c56e1b2.tar.gz
netsurf-2dcc01332c69937051f2998e317a6e778c56e1b2.tar.bz2
[project @ 2005-02-03 13:05:29 by rjw]
Add missing #include svn path=/import/netsurf/; revision=1483
-rw-r--r--image/gif.h1
-rw-r--r--image/gifread.h1
-rw-r--r--image/jpeg.h2
-rw-r--r--image/mng.h1
4 files changed, 5 insertions, 0 deletions
diff --git a/image/gif.h b/image/gif.h
index 7c205ec3e..e280cefbd 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -8,6 +8,7 @@
#ifndef _NETSURF_IMAGE_GIF_H_
#define _NETSURF_IMAGE_GIF_H_
+#include <stdbool.h>
#include "netsurf/image/gifread.h"
struct content;
diff --git a/image/gifread.h b/image/gifread.h
index f5d88d481..8e91b7e40 100644
--- a/image/gifread.h
+++ b/image/gifread.h
@@ -12,6 +12,7 @@
#ifndef _NETSURF_IMAGE_GIFREAD_H_
#define _NETSURF_IMAGE_GIFREAD_H_
+#include <stdbool.h>
#include "netsurf/image/bitmap.h"
/* Error return values
diff --git a/image/jpeg.h b/image/jpeg.h
index 281c02111..61f6b4d67 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -12,6 +12,8 @@
#ifndef _NETSURF_IMAGE_JPEG_H_
#define _NETSURF_IMAGE_JPEG_H_
+#include <stdbool.h>
+
struct bitmap;
struct content;
diff --git a/image/mng.h b/image/mng.h
index d0f2fcb75..7fffd7a78 100644
--- a/image/mng.h
+++ b/image/mng.h
@@ -12,6 +12,7 @@
#ifndef _NETSURF_IMAGE_MNG_H_
#define _NETSURF_IMAGE_MNG_H_
+#include <stdbool.h>
#include "libmng.h"
struct content;