diff options
Diffstat (limited to 'xlators/features/bit-rot')
-rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot-scrub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.c b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.c index 65e9ed98d31..1db38e43ee8 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.c +++ b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.c @@ -20,6 +20,7 @@ #include <pthread.h> #include "bit-rot-bitd-messages.h" #include "bit-rot-scrub-status.h" +#include "events.h" struct br_scrubbers { pthread_t scrubthread; |