summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-02 15:48:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-02 15:48:26 +0000
commit0b50b8f3f79c41a1c1d2891819ad7c43471f2957 (patch)
tree0afb6e6ab638b9ccb33b8cca82f6187b5d5268c5 /desktop/gui.h
parent236e135d6309413ce97c453e23242dae04bc73f4 (diff)
downloadnetsurf-0b50b8f3f79c41a1c1d2891819ad7c43471f2957.tar.gz
netsurf-0b50b8f3f79c41a1c1d2891819ad7c43471f2957.tar.bz2
add missing stddef include for size_t
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+
#include "utils/types.h"
#include "utils/errors.h"
#include "desktop/plot_style.h"