mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 11:51:26 +00:00
- fixed compilation with old versions of Xcode
libraries/zmusic/mididevices/music_fluidsynth_mididevice.cpp:628:3: error: use of undeclared identifier 'free'
This commit is contained in:
parent
9d49e33a80
commit
922eb28ca2
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "mididevice.h"
|
#include "mididevice.h"
|
||||||
#include "zmusic/mus2midi.h"
|
#include "zmusic/mus2midi.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue