Changeset 14407 in vbox for trunk/src/VBox
- Timestamp:
- Nov 20, 2008 1:13:25 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip.h
r14390 r14407 39 39 40 40 #ifdef VBOX_WITH_BSD_REASS 41 # ifndef RT_OS_WINDOWS 42 # include <sys/queue.h> 43 # else 44 /* XXX: Windows has own queue types declared in winnt.h (should look at them once again) */ 45 # endif 41 # include "queue.h" 46 42 #endif 47 43 -
trunk/src/VBox/Devices/Network/slirp/tcp_var.h
r14309 r14407 39 39 40 40 #ifdef VBOX_WITH_BSD_TCP_REASS 41 #include <sys/queue.h>41 #include "queue.h" 42 42 #endif /* VBOX_WITH_BSD_TCP_REASS */ 43 43
Note:
See TracChangeset
for help on using the changeset viewer.