From 0fbe93e3202dcbde01494c0d12fd858d432c386a Mon Sep 17 00:00:00 2001 From: darkstar Date: Thu, 22 Feb 2018 18:33:07 +0100 Subject: [PATCH] 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 --- src/sound/snd_dbopl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/snd_dbopl.cc b/src/sound/snd_dbopl.cc index 51c73e1..aa67ca2 100644 --- a/src/sound/snd_dbopl.cc +++ b/src/sound/snd_dbopl.cc @@ -43,6 +43,7 @@ /* for _alloca() and printing of the related error message with pclog() */ # include # include +# include # include "../emu.h" #endif #include "dbopl.h"