- Timestamp:
- May 12, 2009 1:17:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r19617 r19619 31 31 #include <Ntsecapi.h> 32 32 #else 33 # define __STDC_LIMIT_MACROS33 # define __STDC_LIMIT_MACROS 34 34 # include <arpa/inet.h> 35 35 # include <errno.h> … … 40 40 # include <unistd.h> 41 41 # include <utmp.h> 42 # ifdef RT_OS_SOLARIS 43 # include <sys/sockio.h> 44 # endif 42 45 #endif 43 46
Note:
See TracChangeset
for help on using the changeset viewer.