diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:09:50 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:09:50 +0000 |
commit | a3c062abae18d4613420d4070da10ed66969005f (patch) | |
tree | 69287fe6ec84a5b82c4946708dd7ed7fc60c78aa /audio/ccaudio2/files | |
parent | befad9780b1c379200ce61f2ffeca19d3b0c0f91 (diff) | |
download | ports-a3c062abae18d4613420d4070da10ed66969005f.tar.gz ports-a3c062abae18d4613420d4070da10ed66969005f.zip |
Notes
Diffstat (limited to 'audio/ccaudio2/files')
-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 000000000000..090cbc8be5d1 --- /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> |