From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:51:01 +0000 (+0530) Subject: headers_check fix: linux/if_addr.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=680ee0bd2a9625965812c1209476168fd0704a00;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/if_addr.h b/include/linux/if_addr.h index 43f3bedaafd3..a60c821be44c 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 #include struct ifaddrmsg