1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/simicq/files/patch-sim-api-fetch.cpp
Markus Brueffer 556cfc5383 Fix build if WITHOUT_SSL and WITHOUT_KDE are specified
Reported by:	Eugene Ossintsev <eugos@gmx.net>
		Peter Seipel <webghost@lego-hc11.de>
2004-10-15 09:37:55 +00:00

12 lines
250 B
C++

--- sim/api/fetch.cpp.orig Fri Oct 15 01:17:45 2004
+++ sim/api/fetch.cpp Fri Oct 15 01:21:31 2004
@@ -24,6 +24,8 @@
#include <qthread.h>
#include <qtimer.h>
+#include <time.h>
+
typedef map<my_string, string> HEADERS_MAP;
class FetchThread;