Commit 88edb863 authored by Bang Jun-Young's avatar Bang Jun-Young Committed by Alexandre Julliard

Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.

parent 8f79fdc3
......@@ -11,11 +11,11 @@
#include <sys/types.h>
#ifndef __WINE__
#ifdef __svr4__
#if defined(__svr4__) || defined(__NetBSD__) || defined(__FreeBSD__)
#ifndef HAVE_SYS_SOCKET_H
#define HAVE_SYS_SOCKET_H
#endif /* HAVE_SYS_SOCKET_H */
#endif /* __svr4__ */
#endif /* __svr4__ || __NetBSD__ || __FreeBSD__ */
#endif /* __WINE__ */
/* Solaris uses these macro names */
......
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