Changeset 27506 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 18, 2010 9:25:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/tcp.cpp
r27504 r27506 37 37 #else /* !RT_OS_WINDOWS */ 38 38 # include <errno.h> 39 # include <sys/stat.h>40 # include <sys/socket.h>41 39 # include <netinet/in.h> 42 40 # include <netinet/tcp.h> 43 41 # include <arpa/inet.h> 44 # ifdef IPRT_WITH_TCPIP_V645 # include <netinet6/in6.h>46 # endif47 # include <sys/un.h>48 42 # include <netdb.h> 49 # include <unistd.h>50 # include <fcntl.h>51 43 #endif /* !RT_OS_WINDOWS */ 52 44 #include <limits.h>
Note:
See TracChangeset
for help on using the changeset viewer.