Ensure we've got a definition for size_t

svn path=/trunk/netsurf/; revision=4157
This commit is contained in:
John Mark Bell 2008-05-14 10:23:22 +00:00
parent dd54de03de
commit baca6796eb
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef _NETSURF_UTILS_CONFIG_H_
#define _NETSURF_UTILS_CONFIG_H_
#include <stddef.h>
/* Try to detect which features the target OS supports */
#define HAVE_STRNDUP