ports/net/gloox/patches/patch-src_examples_privatexml_example_cpp

11 lines
316 B
Text

Index: src/examples/privatexml_example.cpp
--- src/examples/privatexml_example.cpp.orig
+++ src/examples/privatexml_example.cpp
@@ -22,6 +22,7 @@ using namespace gloox;
#include <string>
#include <cstdio> // [s]print[f]
+#include <ctime>
class PrivateXMLTest : public PrivateXMLHandler, ConnectionListener
{