diff options
Diffstat (limited to 'src/common/di_ops.h')
-rw-r--r-- | src/common/di_ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/di_ops.h b/src/common/di_ops.h index d54a0cc444..8298bfa73a 100644 --- a/src/common/di_ops.h +++ b/src/common/di_ops.h @@ -12,7 +12,7 @@ #define TOR_DI_OPS_H #include "orconfig.h" -#include "torint.h" +#include "common/torint.h" int tor_memcmp(const void *a, const void *b, size_t sz); int tor_memeq(const void *a, const void *b, size_t sz); |