diff options
Diffstat (limited to 'audio/ccaudio2/files/patch-src_w32.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src_w32.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ccaudio2/files/patch-src_w32.cpp b/audio/ccaudio2/files/patch-src_w32.cpp new file mode 100644 index 000000000000..0dc7dd4407eb --- /dev/null +++ b/audio/ccaudio2/files/patch-src_w32.cpp @@ -0,0 +1,11 @@ +--- src/w32.cpp.orig 2015-03-28 15:21:41 UTC ++++ src/w32.cpp +@@ -21,7 +21,7 @@ + #include <ccaudio2-config.h> + #include <math.h> + #ifdef HAVE_ENDIAN_H +-#include <endian.h> ++#include <sys/endian.h> + #endif + #define MAX_DEVICES 1 + |