[project @ 2005-02-03 13:05:29 by rjw]
Add missing #include svn path=/import/netsurf/; revision=1483
This commit is contained in:
parent
a17aa7d47f
commit
2dcc01332c
|
@ -8,6 +8,7 @@
|
|||
#ifndef _NETSURF_IMAGE_GIF_H_
|
||||
#define _NETSURF_IMAGE_GIF_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "netsurf/image/gifread.h"
|
||||
|
||||
struct content;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
#ifndef _NETSURF_IMAGE_JPEG_H_
|
||||
#define _NETSURF_IMAGE_JPEG_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct bitmap;
|
||||
struct content;
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#ifndef _NETSURF_IMAGE_MNG_H_
|
||||
#define _NETSURF_IMAGE_MNG_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "libmng.h"
|
||||
|
||||
struct content;
|
||||
|
|
Loading…
Reference in New Issue