summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 15:51:01 (GMT)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 18:22:16 (GMT)
commit680ee0bd2a9625965812c1209476168fd0704a00 (patch)
treea115dadbf923c6bf95148bd15d867335cdcc193c /include
parent1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18 (diff)
downloadlinux-fsl-qoriq-680ee0bd2a9625965812c1209476168fd0704a00.tar.xz
headers_check fix: linux/if_addr.h
fix the following 'make headers_check' warning: usr/include/linux/if_addr.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')
-rw-r--r--include/linux/if_addr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_addr.h b/include/linux/if_addr.h
index 43f3bed..a60c821 100644
--- a/include/linux/if_addr.h
+++ b/include/linux/if_addr.h
@@ -1,6 +1,7 @@
#ifndef __LINUX_IF_ADDR_H
#define __LINUX_IF_ADDR_H
+#include <linux/types.h>
#include <linux/netlink.h>
struct ifaddrmsg