From 0b50b8f3f79c41a1c1d2891819ad7c43471f2957 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Feb 2014 15:48:26 +0000 Subject: add missing stddef include for size_t --- desktop/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 5fb656c52..162b51cd3 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -23,6 +23,8 @@ #ifndef _NETSURF_DESKTOP_GUI_H_ #define _NETSURF_DESKTOP_GUI_H_ +#include + #include "utils/types.h" #include "utils/errors.h" #include "desktop/plot_style.h" -- cgit v1.2.3