You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libofa/files/libofa-0.9.3-gcc-4.7.patch

23 lines
651 B

diff -up a/examples/uselame.cpp b/examples/uselame.cpp
--- a/examples/uselame.cpp 2012-01-14 09:35:24.343146853 -0600
+++ b/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 a/examples/wavefile.cpp b/examples/wavefile.cpp
--- a/examples/wavefile.cpp 2012-01-14 09:35:24.344146841 -0600
+++ b/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;