Skip to content

Commit

Permalink
- fixed compilation with old versions of Xcode
Browse files Browse the repository at this point in the history
libraries/zmusic/mididevices/music_fluidsynth_mididevice.cpp:628:3: error: use of undeclared identifier 'free'
  • Loading branch information
alexey-lysiuk committed Oct 6, 2019
1 parent 5a72e0b commit d7289f6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@

#include <mutex>
#include <stdio.h>
#include <stdlib.h>
#include "mididevice.h"
#include "zmusic/mus2midi.h"

Expand Down

0 comments on commit d7289f6

Please sign in to comment.