Skip to content

Commit

Permalink
linux/blkpg.h needs <linux/compiler.h> for __user
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 27, 2006
1 parent cd469e0 commit acc429a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/blkpg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit acc429a

Please sign in to comment.