summaryrefslogtreecommitdiff
path: root/chat/gloox/patches/patch-src_examples_ft__recv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gloox/patches/patch-src_examples_ft__recv.cpp')
-rw-r--r--chat/gloox/patches/patch-src_examples_ft__recv.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/gloox/patches/patch-src_examples_ft__recv.cpp b/chat/gloox/patches/patch-src_examples_ft__recv.cpp
new file mode 100644
index 00000000000..cd3b9af61ed
--- /dev/null
+++ b/chat/gloox/patches/patch-src_examples_ft__recv.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_examples_ft__recv.cpp,v 1.1 2013/04/30 22:34:29 joerg Exp $
+
+--- src/examples/ft_recv.cpp.orig 2013-04-30 21:04:50.000000000 +0000
++++ src/examples/ft_recv.cpp
+@@ -15,6 +15,7 @@ using namespace gloox;
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
++#include <ctime>
+
+ #if defined( WIN32 ) || defined( _WIN32 )
+ # include <windows.h>