Skip to content

Commit

Permalink
virtio_9p.h needs <linux/types.h>
Browse files Browse the repository at this point in the history
Found with makes headers_check:
include/linux/virtio_9p.h:15: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Fang Wenqi <antonf@turbolinux.com.cn>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
  • Loading branch information
Fang Wenqi authored and Eric Van Hensbergen committed Aug 2, 2010
1 parent 9fe6206 commit b126468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/virtio_9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* compatible drivers/servers. */
#include <linux/virtio_ids.h>
#include <linux/virtio_config.h>
#include <linux/types.h>

/* The feature bitmap for virtio 9P */

Expand Down

0 comments on commit b126468

Please sign in to comment.