From 0c41db052b4c3271315d5267f3cacbc737617758 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Aug 2004 16:59:47 +0000 Subject: - Fixed most warnings when compiled with -Wall --- common/sock_any.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'common/sock_any.c') diff --git a/common/sock_any.c b/common/sock_any.c index 0018318..03621ff 100644 --- a/common/sock_any.c +++ b/common/sock_any.c @@ -36,12 +36,15 @@ * */ -#include -#include #include #include + +#include +#include +#include #include #include +#include #include "sock_any.h" -- cgit v1.2.3