Просмотр исходного кода

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

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse 19 лет назад
Родитель
Сommit
acc429a517
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      include/linux/blkpg.h

+ 1 - 0
include/linux/blkpg.h

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