mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4238ea2079
- Add LICENSE PR: ports/185342 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
221 B
C++
12 lines
221 B
C++
--- src/examples/ft_recv.cpp.orig
|
|
+++ src/examples/ft_recv.cpp
|
|
@@ -11,7 +11,7 @@
|
|
using namespace gloox;
|
|
|
|
#include <unistd.h>
|
|
-#include <stdio.h>
|
|
+#include <ctime>
|
|
#include <string>
|
|
|
|
#include <cstdio> // [s]print[f]
|