diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-07-06 13:53:23 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-07-06 13:53:23 +0000 |
commit | acddda4bf9f3b482718e7e045c00785d2c52f697 (patch) | |
tree | b384c937bfbb711b928b049d1ba6704eefcb6b35 /winsup/cygwin/libc | |
parent | db80f635c109c7b7d7ef4b96d6c7ebbd8a4429ba (diff) | |
download | cygnal-acddda4bf9f3b482718e7e045c00785d2c52f697.tar.gz cygnal-acddda4bf9f3b482718e7e045c00785d2c52f697.tar.bz2 cygnal-acddda4bf9f3b482718e7e045c00785d2c52f697.zip |
Add files missing in previous checkin
Diffstat (limited to 'winsup/cygwin/libc')
-rw-r--r-- | winsup/cygwin/libc/minires-os-if.c | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/winsup/cygwin/libc/minires-os-if.c b/winsup/cygwin/libc/minires-os-if.c index f59369827..f0cbe56ab 100644 --- a/winsup/cygwin/libc/minires-os-if.c +++ b/winsup/cygwin/libc/minires-os-if.c @@ -10,6 +10,15 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ +#define __INSIDE_CYGWIN_NET__ +#define USE_SYS_TYPES_FD_SET +#include <winsup.h> +#include <ws2tcpip.h> +#include <iphlpapi.h> +#include <windns.h> +#include <ntdef.h> +#include "ntdll.h" +#undef h_errno #include "minires.h" #ifdef __CYGWIN__ @@ -24,13 +33,6 @@ details. */ #undef NOERROR #undef DELETE -#include <windows.h> -#include <iphlpapi.h> -#include <windns.h> -#include <ntdef.h> -#include "ntdll.h" -#include <wchar.h> - /*********************************************************************** * write_record: Translates a Windows DNS record into a compressed record ***********************************************************************/ |