From: David S. Miller Date: Thu, 26 May 2011 20:40:37 +0000 (-0400) Subject: net: Add linux/sysctl.h includes where needed. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=bee95250f015ffc3a6efb99516489e70d1b52da2;p=linux-edison.git net: Add linux/sysctl.h includes where needed. Several networking headers were depending upon the implicit linux/sysctl.h include they get when including linux/net.h Add explicit includes. Signed-off-by: David S. Miller --- diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 7fa95df6014..857f5026ced 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -13,6 +13,7 @@ #endif #include #include +#include /* Responses from hook functions. */ #define NF_DROP 0 diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 3ae491932bc..07a60e8b749 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include