diff options
Diffstat (limited to 'games-server/tpadmin-cpp/files/tpadmin-cpp-0.1.0-stdint.patch')
-rw-r--r-- | games-server/tpadmin-cpp/files/tpadmin-cpp-0.1.0-stdint.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-server/tpadmin-cpp/files/tpadmin-cpp-0.1.0-stdint.patch b/games-server/tpadmin-cpp/files/tpadmin-cpp-0.1.0-stdint.patch new file mode 100644 index 0000000..ff1d9d7 --- /dev/null +++ b/games-server/tpadmin-cpp/files/tpadmin-cpp-0.1.0-stdint.patch @@ -0,0 +1,11 @@ +diff -ruN tpadmin-cpp-0.1.0.old/tpadmin//session.h tpadmin-cpp-0.1.0/tpadmin//session.h +--- tpadmin-cpp-0.1.0.old/tpadmin//session.h 2008-07-03 12:45:34.000000000 -0400 ++++ tpadmin-cpp-0.1.0/tpadmin//session.h 2012-02-22 16:45:53.000000000 -0500 +@@ -21,6 +21,7 @@ + #ifndef SESSION_H + #define SESSION_H + ++#include <stdint.h> + #include <set> + #include <boost/shared_ptr.hpp> + |