diff options
Diffstat (limited to 'audio/libofa/files/patch-examples_wavefile.cpp')
-rw-r--r-- | audio/libofa/files/patch-examples_wavefile.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libofa/files/patch-examples_wavefile.cpp b/audio/libofa/files/patch-examples_wavefile.cpp new file mode 100644 index 000000000000..41cf7176a743 --- /dev/null +++ b/audio/libofa/files/patch-examples_wavefile.cpp @@ -0,0 +1,10 @@ +--- examples/wavefile.cpp.orig Mon Jul 24 11:13:26 2006 ++++ examples/wavefile.cpp Mon Jul 24 11:13:05 2006 +@@ -11,6 +11,7 @@ + #include "io.h" + #endif + #include <fcntl.h> ++#include <unistd.h> + + static bool readBytes(int fd, unsigned char *buf, int size) { + int ct = 0; |