mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
COMMON: Add stddef.h to scummsys.h for ptrdiff_t
This commit is contained in:
parent
2eadb3e924
commit
849e29dc87
@ -132,6 +132,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
// MSVC does not define M_PI, M_SQRT2 and other math defines by default.
|
// MSVC does not define M_PI, M_SQRT2 and other math defines by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user