aboutsummaryrefslogtreecommitdiff
path: root/src/common/token_bucket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/token_bucket.c')
-rw-r--r--src/common/token_bucket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/token_bucket.c b/src/common/token_bucket.c
index a028b08a0b..502e8eac56 100644
--- a/src/common/token_bucket.c
+++ b/src/common/token_bucket.c
@@ -19,6 +19,7 @@
#define TOKEN_BUCKET_PRIVATE
#include "common/token_bucket.h"
+#include "common/compat.h"
#include "common/util_bug.h"
/**
@@ -252,4 +253,3 @@ token_bucket_rw_dec(token_bucket_rw_t *bucket,
flags |= TB_WRITE;
return flags;
}
-