summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-01-30 16:55:00 +0100
committerJaswinder Singh Rajput2009-01-30 19:22:41 +0100
commit1759cb994c3ff51e69268379da1cdd96048a8268 (patch)
tree6234cbaab02216f335ccf8faa78208b3683b888d /include/linux
parentheaders_check fix: linux/if_addr.h (diff)
downloadkernel-qcow2-linux-1759cb994c3ff51e69268379da1cdd96048a8268.tar.gz
kernel-qcow2-linux-1759cb994c3ff51e69268379da1cdd96048a8268.tar.xz
kernel-qcow2-linux-1759cb994c3ff51e69268379da1cdd96048a8268.zip
headers_check fix: linux/if_addrlabel.h
fix the following 'make headers_check' warning: usr/include/linux/if_addrlabel.h:15: 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')
-rw-r--r--include/linux/if_addrlabel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_addrlabel.h b/include/linux/if_addrlabel.h
index 9fe79c95dd28..89571f65d6de 100644
--- a/include/linux/if_addrlabel.h
+++ b/include/linux/if_addrlabel.h
@@ -10,6 +10,8 @@
#ifndef __LINUX_IF_ADDRLABEL_H
#define __LINUX_IF_ADDRLABEL_H
+#include <linux/types.h>
+
struct ifaddrlblmsg
{
__u8 ifal_family; /* Address family */