Changeset 14200 in vbox
- Timestamp:
- Nov 14, 2008 8:49:56 AM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r14197 r14200 8 8 9 9 #include <VBox/err.h> 10 #include <VBox/stam.h>11 10 #include <VBox/pdmdrv.h> 12 11 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Network/slirp/slirp.h
r13984 r14200 1 1 #ifndef __COMMON_H__ 2 2 #define __COMMON_H__ 3 4 #include <VBox/stam.h> 3 5 4 6 #ifdef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r14196 r14200 21 21 #ifndef _slirp_state_h_ 22 22 #define _slirp_state_h_ 23 24 #include <VBox/stam.h>25 23 26 24 /** Number of DHCP clients supported by NAT. */
Note:
See TracChangeset
for help on using the changeset viewer.