From: Randy Dunlap Date: Wed, 11 Aug 2010 01:01:28 +0000 (-0700) Subject: virtio_9p.h: include linux/types.h X-Git-Tag: upstream/snapshot3+hdmi~13469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a19ae4bb003a428b9c8367daf05eed5029dc4cd;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git virtio_9p.h: include linux/types.h Add to so that types are explicitly defined: linux/virtio_9p.h:15: found __[us]{8,16,32,64} type without #include Signed-off-by: Randy Dunlap Cc: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/virtio_9p.h b/include/linux/virtio_9p.h index 395c38a..1faa80d 100644 --- a/include/linux/virtio_9p.h +++ b/include/linux/virtio_9p.h @@ -2,6 +2,7 @@ #define _LINUX_VIRTIO_9P_H /* This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. */ +#include #include #include #include