From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:39:18 +0000 (+0530) Subject: headers_check fix: linux/errqueue.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=93c1c0e310b56acbd366a43b15260a1775481f24;p=linux-beck.git headers_check fix: linux/errqueue.h fix the following 'make headers_check' warning: usr/include/linux/errqueue.h:6: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 92f8d4fab32b..ceb1454b6977 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h @@ -1,6 +1,8 @@ #ifndef _LINUX_ERRQUEUE_H #define _LINUX_ERRQUEUE_H 1 +#include + struct sock_extended_err { __u32 ee_errno;