commit | 8c5955d83ed26455a49d12e783cc2258d11279a9 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Sep 05 18:07:42 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 05 18:07:42 2005 -0700 |
tree | b581aba0bbc8cf07140256e36b208825bd253909 | |
parent | 395dde20fb06153feb65d79d7fe83eda41bf50e7 [diff] |
[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>