From 9111998c49958646a9216548b9c886136afd7c14 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Tue, 14 Nov 2017 23:00:56 +0000 Subject: DS: Fix compilation with devkitARM r47 --- audio/softsynth/opl/mame.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/softsynth/opl/mame.cpp b/audio/softsynth/opl/mame.cpp index eb08582da0..cba95422fc 100644 --- a/audio/softsynth/opl/mame.cpp +++ b/audio/softsynth/opl/mame.cpp @@ -29,6 +29,10 @@ #include #include +#if defined(__DS__) +#include "dsmain.h" +#endif + #include "mame.h" #include "audio/mixer.h" @@ -40,10 +44,6 @@ #include "common/config-manager.h" #endif -#if defined(__DS__) -#include "dsmain.h" -#endif - namespace OPL { namespace MAME { -- cgit v1.2.3