summaryrefslogtreecommitdiffstats
path: root/net/sctp/sysctl.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-09-06 03:07:42 +0200
committerDavid S. Miller2005-09-06 03:07:42 +0200
commit8c5955d83ed26455a49d12e783cc2258d11279a9 (patch)
treeb581aba0bbc8cf07140256e36b208825bd253909 /net/sctp/sysctl.c
parent[NETFILTER]: net/netfilter/nfnetlink*: make functions static (diff)
downloadkernel-qcow2-linux-8c5955d83ed26455a49d12e783cc2258d11279a9.tar.gz
kernel-qcow2-linux-8c5955d83ed26455a49d12e783cc2258d11279a9.tar.xz
kernel-qcow2-linux-8c5955d83ed26455a49d12e783cc2258d11279a9.zip
[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>
Every file should #include the header files containing the prototypes of it's global functions. sctp.h contains the prototypes of sctp_sysctl_{,un}register(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/sysctl.c')
-rw-r--r--net/sctp/sysctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c
index dc4893474f18..75b28dd634fe 100644
--- a/net/sctp/sysctl.c
+++ b/net/sctp/sysctl.c
@@ -42,6 +42,7 @@
*/
#include <net/sctp/structs.h>
+#include <net/sctp/sctp.h>
#include <linux/sysctl.h>
static ctl_handler sctp_sysctl_jiffies_ms;