void-packages/srcpkgs/alure/patches/include-close.patch
Đoàn Trần Công Danh 025079a7e8 alure: enable all options, no dlopen
While we'at it, switch distfiles to DEBIAN
2021-04-04 12:41:42 +07:00

12 lines
296 B
Diff

Index: alure-1.2/src/codec_fluidsynth.cpp
===================================================================
--- alure-1.2.orig/src/codec_fluidsynth.cpp
+++ alure-1.2/src/codec_fluidsynth.cpp
@@ -30,6 +30,7 @@
#ifdef _WIN32
#include <io.h>
#endif
+#include <unistd.h>
#include <istream>