Skip to content

Commit

Permalink
native_midi_common.c: change include path of SDL_mixer.h
Browse files Browse the repository at this point in the history
needed after source tree layout changes. tested by cross
compiling to windows under linux using autotools.
  • Loading branch information
sezero committed Nov 19, 2019
1 parent 14509fc commit d158376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/native_midi/native_midi_common.c
Expand Up @@ -22,7 +22,7 @@

#include "native_midi_common.h"

#include "../SDL_mixer.h"
#include "SDL_mixer.h"

#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit d158376

Please sign in to comment.