virtio_9p.h: include linux/types.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 11 Aug 2010 01:01:28 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:02 +0000 (08:59 -0700)
commit5a19ae4bb003a428b9c8367daf05eed5029dc4cd
tree6cdf26816544323a179bccf958379433a213b4b8
parentecc3099002c1cc87e9e4b3dc5fdf7821828f6733
virtio_9p.h: include linux/types.h

Add <linux/types.h> to <linux/virtio_9p.h> so that types are explicitly
defined:
linux/virtio_9p.h:15: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/virtio_9p.h