mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4238ea2079
- Add LICENSE PR: ports/185342 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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]
|