mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
--- 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>
|
|
|