diff options
Diffstat (limited to 'net-im/gloox/files/patch-src-examples-ft_send.cpp')
-rw-r--r-- | net-im/gloox/files/patch-src-examples-ft_send.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gloox/files/patch-src-examples-ft_send.cpp b/net-im/gloox/files/patch-src-examples-ft_send.cpp new file mode 100644 index 000000000000..b72c4bedbdef --- /dev/null +++ b/net-im/gloox/files/patch-src-examples-ft_send.cpp @@ -0,0 +1,10 @@ +--- src/examples/ft_send.cpp.orig 2009-10-06 15:15:09.000000000 +0200 ++++ src/examples/ft_send.cpp 2013-12-26 22:58:11.944229970 +0100 +@@ -16,6 +16,7 @@ + #include <unistd.h> + #include <stdio.h> + #include <string> ++#include <ctime> + #include <fstream> + #include <ios> + |