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, 0 insertions, 11 deletions
diff --git a/audio/ccaudio2/files/patch-src_w32.cpp b/audio/ccaudio2/files/patch-src_w32.cpp deleted file mode 100644 index 0dc7dd4407eb..000000000000 --- a/audio/ccaudio2/files/patch-src_w32.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |