diff options
Diffstat (limited to 'src/or/eventdns_tor.h')
-rw-r--r-- | src/or/eventdns_tor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h index d1acfe275e..03807065fc 100644 --- a/src/or/eventdns_tor.h +++ b/src/or/eventdns_tor.h @@ -10,7 +10,7 @@ typedef unsigned char u_char; #ifdef MS_WINDOWS #define inline __inline #endif -#include "../common/torint.h" +#include "torint.h" #if defined(MS_WINDOWS) && !defined(WIN32) /* How did _this_ happen? */ |