summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpq-bios.h b/mpq-bios.h
index 4e82973..61e2020 100644
--- a/mpq-bios.h
+++ b/mpq-bios.h
@@ -1,7 +1,11 @@
#ifndef __MPQ_BIOS_H__
#define __MPQ_BIOS_H__
+#ifdef WIN32
+#include "stdint.h"
+#else
#include <stdint.h>
+#endif
struct mpq_archive_t;