projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395dde2
)
[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>
author
Adrian Bunk
<bunk@stusta.de>
Tue, 6 Sep 2005 01:07:42 +0000
(18:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 6 Sep 2005 01:07:42 +0000
(18:07 -0700)
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>
net/sctp/sysctl.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sctp/sysctl.c
b/net/sctp/sysctl.c
index dc4893474f186e68b93225cdba82ba71000f9831..75b28dd634fe3e0c06b0a556716b7c4755b7c816 100644
(file)
--- a/
net/sctp/sysctl.c
+++ b/
net/sctp/sysctl.c
@@
-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;