Files
2013-09-26 17:14:40 +02:00

14 lines
278 B
Plaintext

$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>