aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 959c67a404..1845f218bd 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -132,6 +132,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
+ #include <stddef.h>
#include <assert.h>
#include <ctype.h>
// MSVC does not define M_PI, M_SQRT2 and other math defines by default.