Browse Source

[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>
Adrian Bunk 19 years ago
parent
commit
8c5955d83e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/sctp/sysctl.c

+ 1 - 0
net/sctp/sysctl.c

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