From fadddf392dd27b0fffd8b66c38f240bf0f8afd86 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Mon, 20 Dec 2010 23:54:20 +0100 Subject: Fix silly warning about ether_ntoa argument --- mactelnetd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mactelnetd.c b/mactelnetd.c index afb89fb..1cb43c9 100644 --- a/mactelnetd.c +++ b/mactelnetd.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -34,6 +35,7 @@ #include #include #include +#include #include "md5.h" #include "protocol.h" #include "udp.h" @@ -41,7 +43,6 @@ #include "devices.h" #include "users.h" #include "config.h" -#include int sockfd; int insockfd; -- cgit v1.2.3