Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-im/gloox/files/patch-src__examples__ft_recv.cpp
16461 views
1
--- src/examples/ft_recv.cpp.orig 2015-08-11 14:37:51 UTC
2
+++ src/examples/ft_recv.cpp
3
@@ -23,7 +23,7 @@
4
using namespace gloox;
5
6
#include <unistd.h>
7
-#include <stdio.h>
8
+#include <ctime>
9
#include <string>
10
11
#include <cstdio> // [s]print[f]
12
13