1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/alure/files/patch-src_codec__fluidsynth.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
210 B
C++

--- src/codec_fluidsynth.cpp.orig 2011-07-29 08:37:48 UTC
+++ src/codec_fluidsynth.cpp
@@ -27,6 +27,7 @@
#include <string.h>
#include <assert.h>
+#include <unistd.h>
#ifdef _WIN32
#include <io.h>
#endif