commit | 5a19ae4bb003a428b9c8367daf05eed5029dc4cd | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Tue Aug 10 18:01:28 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:02 2010 -0700 |
tree | 6cdf26816544323a179bccf958379433a213b4b8 | |
parent | ecc3099002c1cc87e9e4b3dc5fdf7821828f6733 [diff] |
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>