From 67a9fc8657efd77e3552b0daeefc16cf3a375589 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Oct 2017 03:45:40 -0700 Subject: [PATCH] Fixed warning when DEBUG_MUSIC is enabled --- music.c | 1 + 1 file changed, 1 insertion(+) diff --git a/music.c b/music.c index 44783122..4a03814a 100644 --- a/music.c +++ b/music.c @@ -21,6 +21,7 @@ #include /* for strtok() and strtok_s() */ #include "SDL_hints.h" +#include "SDL_log.h" #include "SDL_timer.h" #include "SDL_mixer.h"