diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-12 08:18:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-12 08:18:13 +0000 |
commit | bbd4032fc14fb23edf7633382ed26788523ac728 (patch) | |
tree | b750c6470d44414897d7a977ed14c7f6ba809d6f /src/common/util.h | |
parent | 25c9c837eb6fde0e7a6ef84b76602450e5672d53 (diff) | |
download | tor-bbd4032fc14fb23edf7633382ed26788523ac728.tar.gz tor-bbd4032fc14fb23edf7633382ed26788523ac728.zip |
Make windows happier still
svn:r392
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 8600387327..3569632e97 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -15,6 +15,7 @@ #endif #ifndef HAVE_GETTIMEOFDAY #ifdef HAVE_FTIME +#define USING_FAKE_TIMEVAL #include <sys/timeb.h> #define timeval timeb #define tv_sec time |