Changeset 49949 in vbox for trunk/src/VBox
- Timestamp:
- Dec 17, 2013 10:13:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r49679 r49949 19 19 #if defined(RT_OS_WINDOWS) 20 20 #elif defined(RT_OS_LINUX) 21 # 22 # 23 # 24 # 25 # 26 # 27 # 28 # 29 # 30 # 31 # 21 # include <errno.h> 22 # include <sys/ioctl.h> 23 # include <sys/poll.h> 24 # include <sys/fcntl.h> 25 # include <sys/types.h> 26 # include <sys/wait.h> 27 # include <net/if.h> 28 # include <linux/if_tun.h> 29 # include <stdio.h> 30 # include <stdlib.h> 31 # include <string.h> 32 32 #elif defined(RT_OS_FREEBSD) 33 # 34 # 35 # 36 # 37 # 38 # 39 # 40 # 41 # 33 # include <errno.h> 34 # include <sys/ioctl.h> 35 # include <sys/poll.h> 36 # include <sys/fcntl.h> 37 # include <sys/types.h> 38 # include <sys/wait.h> 39 # include <stdio.h> 40 # include <stdlib.h> 41 # include <string.h> 42 42 #elif defined(RT_OS_SOLARIS) 43 # 43 # include <iprt/coredumper.h> 44 44 #endif 45 45
Note:
See TracChangeset
for help on using the changeset viewer.