Commit 2b226866 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Added netdb.h protection.

parent c19fef41
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment