From 8e052e52896e5d665e1380d5524c9c21f52c0bfd Mon Sep 17 00:00:00 2001 From: Rémi Denis-Courmont Date: Thu, 12 Apr 2012 03:39:17 +0000 Subject: Phonet: missing headers (sparse) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont Signed-off-by: David S. Miller --- net/phonet/sysctl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/phonet') 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 @@ #include #include +#include +#include +#include + #define DYNAMIC_PORT_MIN 0x40 #define DYNAMIC_PORT_MAX 0x7f -- cgit v1.2.3-59-g8ed1b