diff options
Diffstat (limited to 'src/common/token_bucket.h')
-rw-r--r-- | src/common/token_bucket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/token_bucket.h b/src/common/token_bucket.h index 645c90c624..fd6834f262 100644 --- a/src/common/token_bucket.h +++ b/src/common/token_bucket.h @@ -9,7 +9,7 @@ #ifndef TOR_TOKEN_BUCKET_H #define TOR_TOKEN_BUCKET_H -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/testsupport.h" /** Largest allowable burst value for a token buffer. */ |