summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-31 10:02:27 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-31 10:02:27 +0100
commitde85b4348a85c20c8cf1553199203c691dec6629 (patch)
treebef6f27a78733858234d7fcc5f0404e24b6c14cc /utils
parenta2c6f90330fe7e1aa757f8dec3f65ebef8646eff (diff)
downloadnetsurf-de85b4348a85c20c8cf1553199203c691dec6629.tar.gz
netsurf-de85b4348a85c20c8cf1553199203c691dec6629.tar.bz2
Include stdbool.h.
Diffstat (limited to 'utils')
-rw-r--r--utils/types.h2
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h>
+
struct plotter_table;
struct hlcache_handle;