mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-11 03:54:30 +03:00
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_
|
#ifndef _NETSURF_UTILS_CONFIG_H_
|
||||||
#define _NETSURF_UTILS_CONFIG_H_
|
#define _NETSURF_UTILS_CONFIG_H_
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
/* Try to detect which features the target OS supports */
|
/* Try to detect which features the target OS supports */
|
||||||
|
|
||||||
#define HAVE_STRNDUP
|
#define HAVE_STRNDUP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user