You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/alure/files/alure-1.2-include-unistd.patch

14 lines
192 B

Gentoo-bug: 500164
--- a/src/codec_fluidsynth.cpp
+++ b/src/codec_fluidsynth.cpp
@@ -30,6 +30,8 @@
#ifdef _WIN32
#include <io.h>
+#else
+#include <unistd.h>
#endif
#include <istream>