summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glest/files/glest-3.2.2-glibc210.patch')
-rw-r--r--games-strategy/glest/files/glest-3.2.2-glibc210.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-strategy/glest/files/glest-3.2.2-glibc210.patch b/games-strategy/glest/files/glest-3.2.2-glibc210.patch
new file mode 100644
index 000000000000..a68bbf22c3ae
--- /dev/null
+++ b/games-strategy/glest/files/glest-3.2.2-glibc210.patch
@@ -0,0 +1,10 @@
+--- shared_lib/sources/platform/posix/socket.cpp
++++ shared_lib/sources/platform/posix/socket.cpp
+@@ -10,6 +10,7 @@
+
+ #include <cstring>
+ #include <cstdlib>
++#include <cstdio>
+ #include <stdexcept>
+ #include <sstream>
+ #if defined(HAVE_SYS_IOCTL_H)