From: Adrian Bunk Date: Tue, 6 Sep 2005 01:07:42 +0000 (-0700) Subject: [SCTP]: net/sctp/sysctl.c should #include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8c5955d83ed26455a49d12e783cc2258d11279a9;p=deliverable%2Flinux.git [SCTP]: net/sctp/sysctl.c should #include 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 Signed-off-by: David S. Miller --- 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 +#include #include static ctl_handler sctp_sysctl_jiffies_ms;