COMMON: Add stddef.h to scummsys.h for ptrdiff_t

This commit is contained in:
Colin Snover 2016-12-19 10:36:49 -06:00
parent 2eadb3e924
commit 849e29dc87

View File

@ -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.