From bf06638178e7f70fc35045328e02f866efec6cd0 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 5 Oct 2019 16:55:26 +0200 Subject: [PATCH] Add missing declaration of fluid_alloc to fluid_instpatch --- src/sfloader/fluid_instpatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sfloader/fluid_instpatch.c b/src/sfloader/fluid_instpatch.c index 94507f4a..77eef056 100644 --- a/src/sfloader/fluid_instpatch.c +++ b/src/sfloader/fluid_instpatch.c @@ -2,6 +2,7 @@ #include "fluid_instpatch.h" #include "fluid_list.h" #include "fluid_sfont.h" +#include "fluid_sys.h" #include