X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=send-stream.h;h=39901f86b615837c4217fff90c83c1c910367b09;hb=c9581107856ac932817c4bb832042c968af45394;hp=133a31051e51453d7d37570ca54aa7b515021523;hpb=07ce7005fc81289eb4c7dde7d601be08c977b92c;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/send-stream.h b/send-stream.h index 133a310..39901f8 100644 --- a/send-stream.h +++ b/send-stream.h @@ -28,6 +28,12 @@ extern "C" { #endif +#if BTRFS_FLAT_INCLUDES +#include "kerncompat.h" +#else +#include +#endif /* BTRFS_FLAT_INCLUDES */ + struct btrfs_send_ops { int (*subvol)(const char *path, const u8 *uuid, u64 ctransid, void *user);