mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-12 02:40:53 +00:00
[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>
This commit is contained in:
parent
395dde20fb
commit
8c5955d83e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user