diff decoders/mod.c @ 100:6d9fdec2f708

added config.h, added --enable-debug flag, various other changes to the build system
author fingolfin
date Wed, 03 Oct 2001 12:25:34 +0000
parents 230f75fac1d1
children 103cfcb3c014
line wrap: on
line diff
--- a/decoders/mod.c	Tue Oct 02 17:54:16 2001 +0000
+++ b/decoders/mod.c	Wed Oct 03 12:25:34 2001 +0000
@@ -30,6 +30,9 @@
 
 #ifdef SOUND_SUPPORTS_MOD
 
+#define __SDL_SOUND_INTERNAL__
+#include "SDL_sound_internal.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -37,8 +40,6 @@
 #include "SDL_sound.h"
 #include "mikmod.h"
 
-#define __SDL_SOUND_INTERNAL__
-#include "SDL_sound_internal.h"
 
 static int MOD_init(void);
 static void MOD_quit(void);