Changeset 47703 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Aug 13, 2013 5:55:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NetLib/VBoxNetPortForwardString.cpp
r45559 r47703 19 19 * Header Files * 20 20 *******************************************************************************/ 21 21 #ifndef RT_OS_WINDOWS 22 22 #include <netinet/in.h> 23 #else 24 # include <Winsock2.h> 25 #endif 23 26 24 27 #include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.