DEADSOFTWARE

fix some warnings
[flatwaifu.git] / src / music.c
index 8f9c13e2fadb4ba3f5a4866d96795c0c31e570de..4dc87c295fbfc66a3569e70939577c83772c4dac 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "glob.h"
 #include "sound.h"
+#include "files.h"
 #include <SDL.h>
 #include <SDL_mixer.h>
 
@@ -212,7 +213,7 @@ void F_freemus(void) {
     muslo = NULL;
 }
 
-extern byte g_music[8];
+extern char g_music[8];
 
 static int volsetcount = 0;