X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ioctl.h;h=709e996f401c32fc625106fc15f105ba1fe7f835;hb=6e43cc2e97aee62dec65c073143e38f3f8cafae8;hp=238e7ef14cd2fb037e802fde70da6bb230dcd29d;hpb=32a168684e1564f54245f907e1a7c9c6b8d6a5d8;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/ioctl.h b/ioctl.h index 238e7ef..709e996 100644 --- a/ioctl.h +++ b/ioctl.h @@ -25,11 +25,17 @@ extern "C" { #include #include +#include #ifndef __user #define __user #endif +/* We don't want to include entire kerncompat.h */ +#ifndef BUILD_ASSERT +#define BUILD_ASSERT(x) +#endif + #define BTRFS_IOCTL_MAGIC 0x94 #define BTRFS_VOL_NAME_MAX 255