summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-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;