summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;