From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:02:52 +0000 (+0530) Subject: headers_check fix: linux/if_strip.h X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=84ad40ebbaeb22fc665b1f307d32128c46e8d42d;p=linux-2.6-omap-h63xx.git headers_check fix: linux/if_strip.h fix the following 'make headers_check' warning: usr/include/linux/if_strip.h:22: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/if_strip.h b/include/linux/if_strip.h index fb5c5c98442..6526a623583 100644 --- a/include/linux/if_strip.h +++ b/include/linux/if_strip.h @@ -18,6 +18,8 @@ #ifndef __LINUX_STRIP_H #define __LINUX_STRIP_H +#include + typedef struct { __u8 c[6]; } MetricomAddress;