From 0fb23c20029f708fbefa0d492d7496fb3360db52 Mon Sep 17 00:00:00 2001 From: Alexander Shishkin Date: Thu, 25 Aug 2011 09:46:30 +1000 Subject: [PATCH] For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes a headers_check warning. Signed-off-by: Alexander Shishkin Cc: James Bottomley Signed-off-by: Andrew Morton --- include/scsi/scsi_netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scsi/scsi_netlink.h b/include/scsi/scsi_netlink.h index 58ce8fe44783..5cb20ccb1956 100644 --- a/include/scsi/scsi_netlink.h +++ b/include/scsi/scsi_netlink.h @@ -23,7 +23,7 @@ #define SCSI_NETLINK_H #include - +#include /* * This file intended to be included by both kernel and user space -- 2.39.5