SOUND: Turns out emu.h needs uint64_t defined...

At least on MSVC this needs stdint.h so we put that in here as well
This commit is contained in:
darkstar
2018-02-22 18:33:07 +01:00
parent 9116f48ac3
commit 0fbe93e320

View File

@@ -43,6 +43,7 @@
/* for _alloca() and printing of the related error message with pclog() */
# include <stdio.h>
# include <malloc.h>
# include <stdint.h>
# include "../emu.h"
#endif
#include "dbopl.h"