summaryrefslogtreecommitdiffstats
path: root/include/linux/icmpv6.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-01-30 16:48:37 +0100
committerJaswinder Singh Rajput2009-01-30 19:21:41 +0100
commit1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18 (patch)
tree195db562eec3b336318a8b5366d3adb4a377c93e /include/linux/icmpv6.h
parentheaders_check fix: linux/hiddev.h (diff)
downloadkernel-qcow2-linux-1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18.tar.gz
kernel-qcow2-linux-1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18.tar.xz
kernel-qcow2-linux-1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18.zip
headers_check fix: linux/icmpv6.h
fix the following 'make headers_check' warning: usr/include/linux/icmpv6.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/icmpv6.h')
-rw-r--r--include/linux/icmpv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h
index a93a8dd33118..10d701eec484 100644
--- a/include/linux/icmpv6.h
+++ b/include/linux/icmpv6.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_ICMPV6_H
#define _LINUX_ICMPV6_H
+#include <linux/types.h>
#include <asm/byteorder.h>
struct icmp6hdr {