diff options
Diffstat (limited to 'src/common/buffers.h')
-rw-r--r-- | src/common/buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/buffers.h b/src/common/buffers.h index 5cd9d3ec67..5956e3484b 100644 --- a/src/common/buffers.h +++ b/src/common/buffers.h @@ -13,7 +13,7 @@ #define TOR_BUFFERS_H #include "common/compat.h" -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/testsupport.h" typedef struct buf_t buf_t; |