From eeee70c32d0eca36ce789047aeedef3263d8697b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Aug 2016 13:23:18 +0200 Subject: [PATCH] undo modifications to upstream fluidsynth code --- libs/fluidsynth/config.h | 4 ++++ libs/fluidsynth/src/fluid_sys.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/fluidsynth/config.h b/libs/fluidsynth/config.h index 7097bc19c1..2e2412ef08 100644 --- a/libs/fluidsynth/config.h +++ b/libs/fluidsynth/config.h @@ -216,6 +216,10 @@ #define SUPPORTS_VLA 1 #endif +#ifdef _MSC_VER +#define HAVE_IO_H +#endif + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ diff --git a/libs/fluidsynth/src/fluid_sys.c b/libs/fluidsynth/src/fluid_sys.c index 55decaa506..328f2556d6 100644 --- a/libs/fluidsynth/src/fluid_sys.c +++ b/libs/fluidsynth/src/fluid_sys.c @@ -19,7 +19,6 @@ */ #include "fluid_sys.h" -#include #if WITH_READLINE