From 250a58f34d57588de8f0b2f118cb5cd152744158 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 10 Jun 2015 02:21:42 +0200 Subject: btrfs-progs: add missing includes to header files Add includes that let the header files compile or add explicit include of kerncompat if the uXX types are used. Signed-off-by: David Sterba --- transaction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'transaction.h') diff --git a/transaction.h b/transaction.h index c5780bc6..13e09a64 100644 --- a/transaction.h +++ b/transaction.h @@ -19,6 +19,9 @@ #ifndef __BTRFS_TRANSACTION_H__ #define __BTRFS_TRANSACTION_H__ +#include "kerncompat.h" +#include "ctree.h" + struct btrfs_trans_handle { u64 transid; u64 alloc_exclude_start; -- cgit v1.2.3