From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:19:07 +0000 (+0530) Subject: headers_check fix: linux/ipx.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d6d20f54847e27ed886e8285c208368ef3d42abb;p=linux.git headers_check fix: linux/ipx.h fix the following 'make headers_check' warning: usr/include/linux/ipx.h:13: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/ipx.h b/include/linux/ipx.h index eb19b4ea84f49..aabb1d294025c 100644 --- a/include/linux/ipx.h +++ b/include/linux/ipx.h @@ -1,5 +1,6 @@ #ifndef _IPX_H_ #define _IPX_H_ +#include #include #include #define IPX_NODE_LEN 6