summaryrefslogtreecommitdiff
path: root/send-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-utils.h')
-rw-r--r--send-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/send-utils.h b/send-utils.h
index 0f38b5ad..d28c8d51 100644
--- a/send-utils.h
+++ b/send-utils.h
@@ -20,9 +20,11 @@
#define __BTRFS_SEND_UTILS_H__
#if BTRFS_FLAT_INCLUDES
+#include "kerncompat.h"
#include "ctree.h"
#include "rbtree.h"
#else
+#include <btrfs/kerncompat.h>
#include <btrfs/ctree.h>
#include <btrfs/rbtree.h>
#endif /* BTRFS_FLAT_INCLUDES */