- Timestamp:
- Mar 29, 2010 9:39:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/tcp.cpp
r27770 r27771 35 35 #ifdef RT_OS_WINDOWS 36 36 # include <winsock2.h> 37 # include <errno.h>38 # include <netinet/in.h>39 # include <netinet/tcp.h>40 # include <arpa/inet.h>41 # include <netdb.h>42 37 #else 43 38 # include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.