Commit 8c5955d83ed26455a49d12e783cc2258d11279a9

Authored by Adrian Bunk
Committed by David S. Miller
1 parent 395dde20fb

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -42,6 +42,7 @@
42 42 */
43 43  
44 44 #include <net/sctp/structs.h>
  45 +#include <net/sctp/sctp.h>
45 46 #include <linux/sysctl.h>
46 47  
47 48 static ctl_handler sctp_sysctl_jiffies_ms;