summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/base.h b/base.h
index e55ca09..3a8b4a9 100644
--- a/base.h
+++ b/base.h
@@ -5,10 +5,15 @@
#define NDEBUG 1
#endif
+#if _WIN32
+#include <windows.h>
+#endif
+
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stddef.h>
+#include <stdarg.h>
#include <assert.h>
typedef uint8_t u8;