diff options
Diffstat (limited to 'audio/ccaudio2/files/patch-src-audiofile.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src-audiofile.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ccaudio2/files/patch-src-audiofile.cpp b/audio/ccaudio2/files/patch-src-audiofile.cpp new file mode 100644 index 0000000..090cbc8 --- /dev/null +++ b/audio/ccaudio2/files/patch-src-audiofile.cpp @@ -0,0 +1,11 @@ +--- src/audiofile.cpp.orig Mon Jul 31 17:13:02 2006 ++++ src/audiofile.cpp Mon Jul 31 17:13:20 2006 +@@ -38,6 +38,8 @@ + // whether to permit this exception to apply to your modifications. + // If you do not wish that, delete this exception notice. + ++#include <sys/types.h> ++#include <sys/stat.h> + #include <cc++/config.h> + #include <cc++/strchar.h> + #include <cc++/export.h> |