VirtualBox

Changeset 51585 in vbox for trunk/src


Ignore:
Timestamp:
Jun 10, 2014 1:48:10 AM (10 years ago)
Author:
vboxsync
Message:

NAT/Net: Fix previous - provide #include's necessary for
proxy_error_is_transient() on the unix side of things too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/winutils.h

    r51584 r51585  
    22# define __WINUTILS_H_
    33
     4# include <iprt/cdefs.h>
     5
    46# ifdef RT_OS_WINDOWS
    5 #  include <iprt/cdefs.h>
    67#  include <WinSock2.h>
    78#  include <ws2tcpip.h>
     
    148149# else /* !RT_OS_WINDOWS */
    149150
     151#  include <errno.h>
     152
    150153#  define SOCKET int
    151154#  define INVALID_SOCKET (-1)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette