summaryrefslogtreecommitdiff
path: root/include/linux/neighbour.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 21:58:19 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:01:42 +0530
commitee79a6415f911801eb7804704ac130088281b2d8 (patch)
tree01f358bdb9f3ae79ff6056b8f67700bcc397ffcd /include/linux/neighbour.h
parent8ef342021a55e4237e593c7f6304d0caa7bf1232 (diff)
headers_check fix: linux/neighbour.h
fix the following 'make headers_check' warning: usr/include/linux/neighbour.h:8: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/neighbour.h')
-rw-r--r--include/linux/neighbour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h
index bd3bbf668cdb..8730d5dae1bc 100644
--- a/include/linux/neighbour.h
+++ b/include/linux/neighbour.h
@@ -1,6 +1,7 @@
#ifndef __LINUX_NEIGHBOUR_H
#define __LINUX_NEIGHBOUR_H
+#include <linux/types.h>
#include <linux/netlink.h>
struct ndmsg