Skip to content

Commit

Permalink
modplug: look for header in correct place.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 14, 2018
1 parent 1391f18 commit 7783875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SDL_sound_modplug.c
Expand Up @@ -22,11 +22,7 @@

#if SOUND_SUPPORTS_MODPLUG

#if SOUND_MODPLUG_IN_OWN_PATH
#include "libmodplug/modplug.h"
#else
#include "modplug.h"
#endif

static int MODPLUG_init(void);
static void MODPLUG_quit(void);
Expand Down

0 comments on commit 7783875

Please sign in to comment.