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_privatexml__example.cpp
16461 views
1
--- src/examples/privatexml_example.cpp.orig 2017-08-04 16:24:56 UTC
2
+++ src/examples/privatexml_example.cpp
3
@@ -17,8 +17,8 @@
4
#include "../privatexml.h"
5
using namespace gloox;
6
7
-#include <stdio.h>
8
-#include <locale.h>
9
+#include <ctime>
10
+#include <clocale>
11
#include <string>
12
13
#include <cstdio> // [s]print[f]
14
15