dect
/
linux-2.6
Archived
13
0
Fork 0

linux/blkpg.h needs <linux/compiler.h> for __user

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-27 16:46:56 +01:00
parent cd469e0cc6
commit acc429a517
1 changed files with 1 additions and 0 deletions

View 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)