12 lines
235 B
Text
12 lines
235 B
Text
|
--- examples/wavefile.cpp.orig Wed Apr 19 17:32:47 2017
|
||
|
+++ examples/wavefile.cpp Wed Apr 19 17:32:48 2017
|
||
|
@@ -9,6 +9,8 @@
|
||
|
#include "protocol.h"
|
||
|
#ifdef WIN32
|
||
|
#include "io.h"
|
||
|
+#else
|
||
|
+#include <unistd.h>
|
||
|
#endif
|
||
|
#include <fcntl.h>
|
||
|
|