Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined

in stddef.h
This commit is contained in:
twinaphex 2017-09-16 06:51:25 +02:00 committed by ekeeke
parent 621c6700fa
commit 12fde25a68

View File

@ -197,6 +197,7 @@
* This function wraps the MS version to behave more like the ISO version.
*/
#include <stdarg.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif