Ensure we've got a definition for size_t
svn path=/trunk/netsurf/; revision=4157
This commit is contained in:
parent
dd54de03de
commit
baca6796eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue