From 07de6af33ec9eef0f13208d78da07ba7d57f7e75 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Sep 2015 16:03:30 +0200 Subject: [PATCH] dsound.c - Include windows.h header too --- audio/drivers/dsound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/drivers/dsound.c b/audio/drivers/dsound.c index e6bc5eb16c..de916d9ba8 100644 --- a/audio/drivers/dsound.c +++ b/audio/drivers/dsound.c @@ -20,6 +20,7 @@ #include #ifndef _XBOX +#include #include #include #endif