Changeset 18864 in vbox
- Timestamp:
- Apr 10, 2009 12:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp
r18863 r18864 32 32 #include <sys/wait.h> 33 33 #include <sys/ioctl.h> 34 #include <sys/ioccom.h>35 34 #include <fcntl.h> 35 #ifdef RT_OS_SOLARIS 36 # include <sys/ioccom.h> 37 #endif 36 38 37 39 /* @todo Error codes must be moved to some header file */
Note:
See TracChangeset
for help on using the changeset viewer.