pkgsrc-ng/chat/gloox/patches/patch-src_examples_ft__recv.cpp
2013-09-26 17:14:40 +02:00

13 lines
361 B
C++

$NetBSD: patch-src_examples_ft__recv.cpp,v 1.1 2013/04/30 22:34:29 joerg Exp $
--- src/examples/ft_recv.cpp.orig 2013-04-30 21:04:50.000000000 +0000
+++ src/examples/ft_recv.cpp
@@ -15,6 +15,7 @@ using namespace gloox;
#include <string>
#include <cstdio> // [s]print[f]
+#include <ctime>
#if defined( WIN32 ) || defined( _WIN32 )
# include <windows.h>