1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net-im/licq-icq/files/patch-filetransfer.h
Dirk Meyer 93bddf9c81 - fix build with clang
PR:		186649
Submitted by:	Vsevolod Volkov
2014-02-13 20:42:54 +00:00

11 lines
284 B
C++

--- ../../include/licq/icq/filetransfer.h.orig 2013-08-25 11:45:17.000000000 +0200
+++ ../../include/licq/icq/filetransfer.h 2014-02-13 21:38:18.000000000 +0100
@@ -76,6 +76,7 @@
#include <cstring>
#include <list>
#include <string>
+#include <time.h>
#include <licq/userid.h>