Commit acc429a5 authored by David Woodhouse's avatar David Woodhouse
Browse files

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

parent cd469e0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)