Skip to content

Commit

Permalink
mixer.c: add missing dynamic_fluidsynth.h include -- fixes bug #5296.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 23, 2020
1 parent 66b6dde commit 05b12a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -34,6 +34,7 @@
#include "load_voc.h"
#include "load_ogg.h"
#include "load_flac.h"
#include "dynamic_fluidsynth.h"
#include "dynamic_flac.h"
#include "dynamic_mod.h"
#include "dynamic_mp3.h"
Expand Down Expand Up @@ -1499,4 +1500,3 @@ int Mix_UnregisterAllEffects(int channel)
}

/* end of mixer.c ... */

0 comments on commit 05b12a3

Please sign in to comment.