projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe6206
)
virtio_9p.h needs <linux/types.h>
author
Fang Wenqi
<anton.fang@gmail.com>
Tue, 1 Jun 2010 02:43:06 +0000
(
02:43
+0000)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Mon, 2 Aug 2010 15:37:17 +0000
(10:37 -0500)
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>
include/linux/virtio_9p.h
patch
|
blob
|
history
diff --git
a/include/linux/virtio_9p.h
b/include/linux/virtio_9p.h
index 5cf11765146b11ce43017e702832b4746c7ed87b..395c38a47adbbe4317cc57a44bf99b9daf08d5d9 100644
(file)
--- a/
include/linux/virtio_9p.h
+++ b/
include/linux/virtio_9p.h
@@
-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 */