14 lines
278 B
Text
14 lines
278 B
Text
|
$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>
|
||
|
|