diff options
-rw-r--r-- | net/phonet/sysctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c index cea1c7dbdae2..740bf209dd97 100644 --- a/net/phonet/sysctl.c +++ b/net/phonet/sysctl.c | |||
@@ -27,6 +27,10 @@ | |||
27 | #include <linux/errno.h> | 27 | #include <linux/errno.h> |
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | 29 | ||
30 | #include <net/sock.h> | ||
31 | #include <linux/phonet.h> | ||
32 | #include <net/phonet/phonet.h> | ||
33 | |||
30 | #define DYNAMIC_PORT_MIN 0x40 | 34 | #define DYNAMIC_PORT_MIN 0x40 |
31 | #define DYNAMIC_PORT_MAX 0x7f | 35 | #define DYNAMIC_PORT_MAX 0x7f |
32 | 36 | ||