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/libxspf/files/libxspf-1.2.0-gcc47.patch

13 lines
267 B

http://bugs.gentoo.org/421745
--- a/examples/read/read.cpp
+++ b/examples/read/read.cpp
@@ -43,6 +43,7 @@
#include <cstdio>
#include <cstdlib> // MAX_PATH
#include <climits> // PATH_MAX
+#include <unistd.h> // getcwd
#if defined(__WIN32__) || defined(WIN32)