From 8e052e52896e5d665e1380d5524c9c21f52c0bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 12 Apr 2012 03:39:17 +0000 Subject: [PATCH] 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(+) diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c index cea1c7dbdae..740bf209dd9 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