From: David Woodhouse Date: Thu, 27 Apr 2006 15:46:56 +0000 (+0100) Subject: linux/blkpg.h needs for __user X-Git-Tag: v2.6.18-rc1~1103^2~33 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc429a517bd11fdcac9bea97d082d26231beb92;p=linux-2.6 linux/blkpg.h needs for __user Signed-off-by: David Woodhouse --- diff --git a/include/linux/blkpg.h b/include/linux/blkpg.h index be5d0f4ad2..faf8a45af2 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)