From 2b226866e3f122190408fc8657fdf1424f0d02ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Mon, 18 Nov 2002 23:12:15 +0000 Subject: [PATCH] Added netdb.h protection. --- dlls/kernel/computername.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dlls/kernel/computername.c b/dlls/kernel/computername.c index f6bd2562df1..9fcda8e58f7 100644 --- a/dlls/kernel/computername.c +++ b/dlls/kernel/computername.c @@ -28,11 +28,13 @@ #endif #include #include +#ifdef HAVE_NETDB_H #include +#endif #include "winbase.h" #include "winerror.h" -#include "winnls.h" +#include "winnls.h" #include "winternl.h" #include "wine/unicode.h" #include "wine/exception.h" -- 2.11.4.GIT