VirtualBox

Changeset 27759 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 26, 2010 7:37:48 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: Build fix for FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/tcp.cpp

    r27506 r27759  
    3535#ifdef RT_OS_WINDOWS
    3636# include <winsock2.h>
    37 #else /* !RT_OS_WINDOWS */
     37#elif defined(RT_OS_FREEBSD)
     38# include <sys/types.h>
     39# include <sys/socket.h>
    3840# include <errno.h>
    3941# include <netinet/in.h>
     
    4143# include <arpa/inet.h>
    4244# include <netdb.h>
    43 #endif /* !RT_OS_WINDOWS */
     45#else /* !RT_OS_FREEBSD */
     46# include <errno.h>
     47# include <netinet/in.h>
     48# include <netinet/tcp.h>
     49# include <arpa/inet.h>
     50# include <netdb.h>
     51#endif /* !RT_OS_FREEBSD */
    4452#include <limits.h>
    4553
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