diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 11:54:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 11:54:38 -0400 |
commit | bcf3e546d196910f53beb79814833c96f279e987 (patch) | |
tree | 64312da9727169803a8ea82f9819121940d78f40 /src/common/token_bucket.c | |
parent | 6fc2d532274ead9c903c6d94b1a513b8d9b6f677 (diff) | |
download | tor-bcf3e546d196910f53beb79814833c96f279e987.tar.gz tor-bcf3e546d196910f53beb79814833c96f279e987.zip |
Move util_bug into libtor-log
Diffstat (limited to 'src/common/token_bucket.c')
-rw-r--r-- | src/common/token_bucket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/token_bucket.c b/src/common/token_bucket.c index 502e8eac56..3a16720d7f 100644 --- a/src/common/token_bucket.c +++ b/src/common/token_bucket.c @@ -20,7 +20,7 @@ #include "common/token_bucket.h" #include "common/compat.h" -#include "common/util_bug.h" +#include "lib/log/util_bug.h" /** * Set the <b>rate</b> and <b>burst</b> value in a token_bucket_cfg. |