Changeset 25983 in vbox
- Timestamp:
- Jan 22, 2010 10:15:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r24686 r25983 39 39 # include <net/if.h> 40 40 # include <unistd.h> 41 # include <utmp.h> 41 # ifndef RT_OS_FREEBSD /* The header does not exist anymore since FreeBSD 9-current */ 42 # include <utmp.h> 43 # endif 42 44 # ifdef RT_OS_SOLARIS 43 45 # include <sys/sockio.h>
Note:
See TracChangeset
for help on using the changeset viewer.