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/dev-games/clanlib/files/clanlib-0.8.1-gcc47.patch

11 lines
338 B

--- ./Sources/Core/IOData/Generic/inputsource_file.cpp.orig 2012-12-30 01:49:01.698950614 +0400
+++ ./Sources/Core/IOData/Generic/inputsource_file.cpp 2012-12-30 01:49:27.714977456 +0400
@@ -32,6 +32,7 @@
#ifdef WIN32
#include <direct.h>
#endif
+#include <unistd.h>
#include <cstring>
#include <API/Core/IOData/inputsource_file.h>