提交 b126468e 编写于 作者: F Fang Wenqi 提交者: Eric Van Hensbergen

virtio_9p.h needs <linux/types.h>

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: NFang Wenqi <antonf@turbolinux.com.cn>
Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
上级 9fe6206f
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* compatible drivers/servers. */ * compatible drivers/servers. */
#include <linux/virtio_ids.h> #include <linux/virtio_ids.h>
#include <linux/virtio_config.h> #include <linux/virtio_config.h>
#include <linux/types.h>
/* The feature bitmap for virtio 9P */ /* The feature bitmap for virtio 9P */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册