diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4af9e05c02..ffb173136b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -113,11 +113,7 @@ #define snprintf _snprintf #endif -#ifdef HAVE_EVENT_H #include <event.h> -#else -#error "Tor requires libevent to build." -#endif #include "../common/crypto.h" #include "../common/tortls.h" |