linux/blkpg.h needs <linux/compiler.h> for __user
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 27 Apr 2006 15:46:56 +0000 (16:46 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 27 Apr 2006 15:46:56 +0000 (16:46 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/blkpg.h

index be5d0f4..faf8a45 100644 (file)
@@ -24,6 +24,7 @@
  *
  * For today, only the partition stuff - aeb, 990515
  */
+#include <linux/compiler.h>
 #include <linux/ioctl.h>
 
 #define BLKPG      _IO(0x12,105)