From de85b4348a85c20c8cf1553199203c691dec6629 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 31 May 2013 10:02:27 +0100 Subject: Include stdbool.h. --- utils/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/types.h b/utils/types.h index 617b4938c..e3f2e838c 100644 --- a/utils/types.h +++ b/utils/types.h @@ -23,6 +23,8 @@ #ifndef _NETSURF_UTILS_TYPES_H_ #define _NETSURF_UTILS_TYPES_H_ +#include + struct plotter_table; struct hlcache_handle; -- cgit v1.2.3