Skip to content

Commit

Permalink
Fixed warning when DEBUG_MUSIC is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 21, 2017
1 parent 458a523 commit 67a9fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions music.c
Expand Up @@ -21,6 +21,7 @@
#include <string.h> /* for strtok() and strtok_s() */

#include "SDL_hints.h"
#include "SDL_log.h"
#include "SDL_timer.h"

#include "SDL_mixer.h"
Expand Down

0 comments on commit 67a9fc8

Please sign in to comment.