mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
13 lines
361 B
C++
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>
|