Added netdb.h protection.

This commit is contained in:
Vincent Béron 2002-11-18 23:12:15 +00:00 committed by Alexandre Julliard
parent c19fef417b
commit 2b226866e3

View file

@ -28,11 +28,13 @@
#endif
#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "winnls.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/exception.h"