r4157 jmb - /trunk/netsurf/utils/config.h
netsurf at semichrome.net
netsurf at semichrome.net
Wed May 14 11:23:22 BST 2008
Author: jmb
Date: Wed May 14 05:23:22 2008
New Revision: 4157
URL: http://source.netsurf-browser.org?rev=4157&view=rev
Log:
Ensure we've got a definition for size_t
Modified:
trunk/netsurf/utils/config.h
Modified: trunk/netsurf/utils/config.h
URL: http://source.netsurf-browser.org/trunk/netsurf/utils/config.h?rev=4157&r1=4156&r2=4157&view=diff
==============================================================================
--- trunk/netsurf/utils/config.h (original)
+++ trunk/netsurf/utils/config.h Wed May 14 05:23:22 2008
@@ -18,6 +18,8 @@
#ifndef _NETSURF_UTILS_CONFIG_H_
#define _NETSURF_UTILS_CONFIG_H_
+
+#include <stddef.h>
/* Try to detect which features the target OS supports */
More information about the netsurf-commits
mailing list