summaryrefslogtreecommitdiff
path: root/audio/libofa/patches/patch-ac
blob: 3613f6cd66f334ca09a22474f07a2929b9bbfbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>