Include stdbool.h.

This commit is contained in:
Michael Drake 2013-05-31 10:02:27 +01:00
parent a2c6f90330
commit de85b4348a

View File

@ -23,6 +23,8 @@
#ifndef _NETSURF_UTILS_TYPES_H_
#define _NETSURF_UTILS_TYPES_H_
#include <stdbool.h>
struct plotter_table;
struct hlcache_handle;