Skip to content

Commit

Permalink
native_midi_macosx.c: change include paths of mixer.h and 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
macosx under linux using autotools.
  • Loading branch information
sezero committed Nov 19, 2019
1 parent d158376 commit b396185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codecs/native_midi/native_midi_macosx.c
Expand Up @@ -32,8 +32,8 @@
#include <AvailabilityMacros.h>

#include "SDL_endian.h"
#include "../SDL_mixer.h"
#include "../mixer.h"
#include "SDL_mixer.h"
#include "../../mixer.h"
#include "native_midi.h"

/* Native Midi song */
Expand Down

0 comments on commit b396185

Please sign in to comment.