]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] dm: missing #include
authorAndrew Morton <akpm@osdl.org>
Thu, 7 Aug 2003 04:12:47 +0000 (21:12 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 7 Aug 2003 04:12:47 +0000 (21:12 -0700)
From: Joe Thornber <thornber@sistina.com>

Missing #include

drivers/md/dm-ioctl-v4.c

index 8b11dd803e1919373b368b660ddc6c5d309548a1..ebd5beb14a7758f0567ad284ed3450d0bda5a48d 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/wait.h>
 #include <linux/slab.h>
 #include <linux/devfs_fs_kernel.h>
+#include <linux/dm-ioctl.h>
 
 #include <asm/uaccess.h>