summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/bit-rot/src/bitd/bit-rot-scrub.c1
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h1
2 files changed, 2 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;
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h
index 909471401bb..77eded4f29c 100644
--- a/xlators/mgmt/glusterd/src/glusterd.h
+++ b/xlators/mgmt/glusterd/src/glusterd.h
@@ -36,6 +36,7 @@
#include "syncop.h"
#include "store.h"
#include "glusterd-rcu.h"
+#include "events.h"
#define GLUSTERD_TR_LOG_SIZE 50
#define GLUSTERD_SOCKET_LISTEN_BACKLOG 128