aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 3771c3433b..73e76fa94a 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -27,6 +27,8 @@
#include "common/system.h"
#include "gui/debugger.h"
+#include <stdarg.h> // For va_list etc.
+
#ifdef _WIN32_WCE
// This is required for the debugger attachment
extern bool isSmartphone(void);