From: David Woodhouse Date: Thu, 27 Apr 2006 15:46:56 +0000 (+0100) Subject: linux/blkpg.h needs for __user X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=acc429a517bd11fdcac9bea97d082d26231beb92;p=linux-beck.git linux/blkpg.h needs for __user Signed-off-by: David Woodhouse --- diff --git a/include/linux/blkpg.h b/include/linux/blkpg.h index be5d0f4ad24c..faf8a45af210 100644 --- a/include/linux/blkpg.h +++ b/include/linux/blkpg.h @@ -24,6 +24,7 @@ * * For today, only the partition stuff - aeb, 990515 */ +#include #include #define BLKPG _IO(0x12,105)