From 8afc1b16e68b322afe1d1d9a927d89040521e822 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Sun, 19 Aug 2012 14:04:35 +0200 Subject: [PATCH] Fixup compile --- dlls/dsound/dsound_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c index 05767a2b5e8..04537ca905a 100644 --- a/dlls/dsound/dsound_main.c +++ b/dlls/dsound/dsound_main.c @@ -32,11 +32,10 @@ * Remove DS_HEL_FRAGS and use mixer fragment length for it */ -#include - #ifdef __WINESRC__ #include "config.h" +#include #include "wine/port.h" #include "wine/library.h" @@ -78,6 +77,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(dsound); #else +#include + #define WINVER 0x0600 #include #include -- 2.11.4.GIT