summaryrefslogtreecommitdiff
path: root/audio/libofa/files/patch-examples_wavefile.cpp
blob: 0dedb806761688da7ae23faa8e17e39db8e59e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- examples/wavefile.cpp.orig	2016-07-26 15:10:24 UTC
+++ examples/wavefile.cpp
@@ -11,6 +11,8 @@
 #include "io.h"
 #endif
 #include <fcntl.h>
+#include <sys/types.h>
+#include <unistd.h>
 
 static bool readBytes(int fd, unsigned char *buf, int size) {
     int ct = 0;