From baca6796eb96fac3cf79400f9cdb588b49f78930 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 14 May 2008 10:23:22 +0000 Subject: Ensure we've got a definition for size_t svn path=/trunk/netsurf/; revision=4157 --- utils/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index 4bce5d8a6..da875a72c 100644 --- a/utils/config.h +++ b/utils/config.h @@ -19,6 +19,8 @@ #ifndef _NETSURF_UTILS_CONFIG_H_ #define _NETSURF_UTILS_CONFIG_H_ +#include + /* Try to detect which features the target OS supports */ #define HAVE_STRNDUP -- cgit v1.2.3