0
0
Fork 0
mirror of https://github.com/ZDoom/fluidsynth.git synced 2025-03-01 15:10:43 +00:00

Include fluid_sys.h, required for FLUID_INLINE

This commit is contained in:
carlo-bramini 2017-10-15 17:34:24 +02:00
parent 55c682b1b0
commit 1c0419c4c3

View file

@ -21,7 +21,7 @@
#ifndef _FLUID_LFO_H
#define _FLUID_LFO_H
#include "fluidsynth_priv.h"
#include "fluid_sys.h"
typedef struct _fluid_lfo_t fluid_lfo_t;