diff options
Diffstat (limited to 'audio/audiere/files/patch-src-debug.cpp')
-rw-r--r-- | audio/audiere/files/patch-src-debug.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/audiere/files/patch-src-debug.cpp b/audio/audiere/files/patch-src-debug.cpp deleted file mode 100644 index f12c4106b2cc..000000000000 --- a/audio/audiere/files/patch-src-debug.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/debug.cpp.orig 2006-02-14 07:57:01.000000000 +0300 -+++ src/debug.cpp 2013-09-14 06:53:30.679226734 +0400 -@@ -1,8 +1,11 @@ - #ifdef WIN32 - #include <windows.h> -+#else -+ #include "unistd.h" - #endif - - #include "debug.h" -+#include <cstdlib> - - - namespace audiere { |