blob: 982bc837c1ddfc1530d4a6669d51c55cdec6632b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|