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: https://git.stricted.de/?a=commitdiff_plain;h=bee95250f015ffc3a6efb99516489e70d1b52da2;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 7fa95df60146..857f5026ced6 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 3ae491932bc8..07a60e8b749e 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include