23 lines
763 B
Diff
23 lines
763 B
Diff
|
diff -up libofa-0.9.3/examples/uselame.cpp.gcc47 libofa-0.9.3/examples/uselame.cpp
|
||
|
--- libofa-0.9.3/examples/uselame.cpp.gcc47 2012-01-14 09:35:24.343146853 -0600
|
||
|
+++ libofa-0.9.3/examples/uselame.cpp 2012-01-14 09:35:49.956826634 -0600
|
||
|
@@ -12,6 +12,7 @@
|
||
|
#else
|
||
|
#include <sys/wait.h>
|
||
|
#endif
|
||
|
+#include <unistd.h>
|
||
|
|
||
|
AudioData *loadWaveFile(char *file);
|
||
|
|
||
|
diff -up libofa-0.9.3/examples/wavefile.cpp.gcc47 libofa-0.9.3/examples/wavefile.cpp
|
||
|
--- libofa-0.9.3/examples/wavefile.cpp.gcc47 2012-01-14 09:35:24.344146841 -0600
|
||
|
+++ libofa-0.9.3/examples/wavefile.cpp 2012-01-14 16:00:54.414981160 -0600
|
||
|
@@ -11,6 +11,7 @@
|
||
|
#include "io.h"
|
||
|
#endif
|
||
|
#include <fcntl.h>
|
||
|
+#include <unistd.h>
|
||
|
|
||
|
static bool readBytes(int fd, unsigned char *buf, int size) {
|
||
|
int ct = 0;
|