diff options
Diffstat (limited to 'games/glest/patches/glest-3.2.2-glibc210.patch')
-rw-r--r-- | games/glest/patches/glest-3.2.2-glibc210.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/glest/patches/glest-3.2.2-glibc210.patch b/games/glest/patches/glest-3.2.2-glibc210.patch new file mode 100644 index 000000000000..31e3ff183b15 --- /dev/null +++ b/games/glest/patches/glest-3.2.2-glibc210.patch @@ -0,0 +1,10 @@ +--- source/shared_lib/sources/platform/posix/socket.cpp ++++ source/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) |