ports/net/gloox/patches/patch-src_examples_flexoff_example_cpp

12 lines
362 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/examples/flexoff_example.cpp
--- src/examples/flexoff_example.cpp.orig
+++ src/examples/flexoff_example.cpp
@@ -28,6 +28,7 @@ using namespace gloox;
#include <string>
#include <cstdio> // [s]print[f]
+#include <ctime>
class FlexOffTest : public MessageHandler, ConnectionListener, FlexibleOfflineHandler,
LogHandler