summaryrefslogtreecommitdiff
path: root/audio/libofa/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libofa/patches/patch-ac')
-rw-r--r--audio/libofa/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libofa/patches/patch-ac b/audio/libofa/patches/patch-ac
new file mode 100644
index 00000000000..3613f6cd66f
--- /dev/null
+++ b/audio/libofa/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/07/18 19:11:15 joerg Exp $
+
+--- examples/wavefile.cpp.orig 2006-07-18 19:07:25.000000000 +0000
++++ examples/wavefile.cpp
+@@ -9,6 +9,8 @@
+ #include "protocol.h"
+ #ifdef WIN32
+ #include "io.h"
++#else
++#include <unistd.h>
+ #endif
+ #include <fcntl.h>
+