ports/net/gloox/patches/patch-src_examples_bosh_example_cpp

11 lines
292 B
Text

Index: src/examples/bosh_example.cpp
--- src/examples/bosh_example.cpp.orig
+++ src/examples/bosh_example.cpp
@@ -36,6 +36,7 @@ using namespace gloox;
#include <string>
#include <cstdio> // [s]print[f]
+#include <ctime>
#if defined( WIN32 ) || defined( _WIN32 )
# include <windows.h>