From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:57:58 +0000 (+0530) Subject: headers_check fix: linux/virtio_blk.h X-Git-Tag: v2.6.29-rc4~77^2~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8;p=~emulex%2Finfiniband.git headers_check fix: linux/virtio_blk.h fix the following 'make headers_check' warning: usr/include/linux/virtio_blk.h:21: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/virtio_blk.h b/include/linux/virtio_blk.h index c1aef85243b..94c56d29869 100644 --- a/include/linux/virtio_blk.h +++ b/include/linux/virtio_blk.h @@ -2,6 +2,7 @@ #define _LINUX_VIRTIO_BLK_H /* This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. */ +#include #include /* The ID for virtio_block */