Changeset 28906 in vbox
- Timestamp:
- Apr 29, 2010 4:04:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r28893 r28906 44 44 #include <iprt/thread.h> 45 45 #include <iprt/uuid.h> 46 #i nclude <iprt/net.h>47 # include <iprt/crc32.h>48 # if defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)46 #if defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) || defined(RT_OS_WINDOWS) 47 # include <iprt/net.h> 48 # include <iprt/crc32.h> 49 49 # include <iprt/string.h> 50 50 # include <iprt/rand.h>
Note:
See TracChangeset
for help on using the changeset viewer.