mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
14 lines
270 B
C++
14 lines
270 B
C++
|
--- src/examples/e2ee_client.cpp.orig
|
||
|
+++ src/examples/e2ee_client.cpp
|
||
|
@@ -12,8 +12,8 @@
|
||
|
using namespace gloox;
|
||
|
|
||
|
#include <unistd.h>
|
||
|
-#include <stdio.h>
|
||
|
-#include <locale.h>
|
||
|
+#include <ctime>
|
||
|
+#include <clocale>
|
||
|
#include <string>
|
||
|
|
||
|
#include <cstdio> // [s]print[f]
|