From 2dcc01332c69937051f2998e317a6e778c56e1b2 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 3 Feb 2005 13:05:29 +0000 Subject: [project @ 2005-02-03 13:05:29 by rjw] Add missing #include svn path=/import/netsurf/; revision=1483 --- image/gif.h | 1 + image/gifread.h | 1 + image/jpeg.h | 2 ++ image/mng.h | 1 + 4 files changed, 5 insertions(+) (limited to 'image') 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 #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 #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 + 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 #include "libmng.h" struct content; -- cgit v1.2.3