[project @ 2005-02-03 13:05:29 by rjw]

Add missing #include

svn path=/import/netsurf/; revision=1483
This commit is contained in:
Richard Wilson 2005-02-03 13:05:29 +00:00
parent a17aa7d47f
commit 2dcc01332c
4 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#ifndef _NETSURF_IMAGE_GIF_H_
#define _NETSURF_IMAGE_GIF_H_
#include <stdbool.h>
#include "netsurf/image/gifread.h"
struct content;

View File

@ -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

View File

@ -12,6 +12,8 @@
#ifndef _NETSURF_IMAGE_JPEG_H_
#define _NETSURF_IMAGE_JPEG_H_
#include <stdbool.h>
struct bitmap;
struct content;

View File

@ -12,6 +12,7 @@
#ifndef _NETSURF_IMAGE_MNG_H_
#define _NETSURF_IMAGE_MNG_H_
#include <stdbool.h>
#include "libmng.h"
struct content;