summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/config.h')
-rw-r--r--libs/fluidsynth/config.h4
1 files changed, 4 insertions, 0 deletions
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 */