Skip to content

Commit

Permalink
[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Sep 6, 2005
1 parent 395dde2 commit 8c5955d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/sctp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c5955d

Please sign in to comment.