[net] Don't include windows.h or winsock.h directly

Including them kills the definition for CMSG_DATA.
This commit is contained in:
Bill Currie 2022-09-19 16:32:45 +01:00
parent 08328f4076
commit e36adb07ec

View file

@ -58,12 +58,6 @@
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#ifdef HAVE_WINSOCK_H
# include <winsock.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif