Changeset 50494 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Feb 18, 2014 2:21:10 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r50488 r50494 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 /* Must be included before winutils.h (lwip/def.h), otherwise Windows build breaks. */ 19 #include <iprt/cpp/mem.h> 17 20 18 21 #include "winutils.h" … … 49 52 #include <iprt/file.h> 50 53 #include <iprt/semaphore.h> 51 #include <iprt/cpp/mem.h>52 54 #include <iprt/cpp/utils.h> 53 55 #define LOG_GROUP LOG_GROUP_NAT_SERVICE
Note:
See TracChangeset
for help on using the changeset viewer.