Changeset 35346 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libslirp.h
r34209 r35346 38 38 39 39 #include <VBox/types.h> 40 #include <VBox/ dbgf.h>40 #include <VBox/vmm/dbgf.h> 41 41 42 42 typedef struct NATState *PNATState; -
trunk/src/VBox/Devices/Network/slirp/slirp.c
r34235 r35346 48 48 49 49 #include <VBox/err.h> 50 #include <VBox/ pdmdrv.h>50 #include <VBox/vmm/pdmdrv.h> 51 51 #include <iprt/assert.h> 52 52 #include <iprt/file.h> -
trunk/src/VBox/Devices/Network/slirp/slirp.h
r34103 r35346 19 19 #define __COMMON_H__ 20 20 21 #include <VBox/ stam.h>21 #include <VBox/vmm/stam.h> 22 22 23 23 #ifdef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Network/slirp/socket.c
r34103 r35346 32 32 #include <sys/filio.h> 33 33 #endif 34 #include <VBox/ pdmdrv.h>34 #include <VBox/vmm/pdmdrv.h> 35 35 #if defined (RT_OS_WINDOWS) 36 36 #include <iphlpapi.h>
Note:
See TracChangeset
for help on using the changeset viewer.