diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:26:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:26:25 +0200 |
commit | 971596f5c35c82f9698c2866c16c7684cd6184eb (patch) | |
tree | effb137a45c936565d94553fe2e6fc10288d9cce /games/glest/patches/glest-3.2.2-glibc210.patch | |
parent | a2b88d12b1bf7a747702a52f0500cbbdccf9e521 (diff) | |
download | slackbuilds-971596f5c35c82f9698c2866c16c7684cd6184eb.tar.gz |
games/glest: Updated for version 3.2.2
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 0000000000..31e3ff183b --- /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) |