From 120d4a00b265748f58eda10554a9b86982bffa93 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Sep 2015 16:00:53 +0200 Subject: [PATCH] (MSVC) Buildfix --- audio/drivers/dsound.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/drivers/dsound.c b/audio/drivers/dsound.c index 10855c7b38..e6bc5eb16c 100644 --- a/audio/drivers/dsound.c +++ b/audio/drivers/dsound.c @@ -19,10 +19,11 @@ #include #include -#include #ifndef _XBOX #include +#include #endif +#include #include