JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Moved macros and such from config.h to common.h
[vor.git] / sound.c
diff --git a/sound.c b/sound.c
index 88d8d4c..480690d 100644 (file)
--- a/sound.c
+++ b/sound.c
@@ -1,6 +1,13 @@
+#include <SDL/SDL.h>
+#include <SDL/SDL_mixer.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <unistd.h>
+
 #include "args.h"
-#include "sound.h"
+#include "common.h"
 #include "config.h"
+#include "sound.h"
 
 #define TUNE_TITLE_PAGE                0
 #define TUNE_GAMEPLAY          1