Changeset 13508 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 22, 2008 7:59:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r13507 r13508 48 48 #endif 49 49 50 #ifdef RT_OS_LINUX 51 # include <unistd.h> 52 #endif 53 50 54 #if defined(DEBUG) && defined(Q_WS_X11) && defined(RT_OS_LINUX) 51 55 52 56 #include <signal.h> 53 57 #include <execinfo.h> 54 55 #ifdef RT_OS_LINUX56 # include <unistd.h>57 #endif58 58 59 59 /* get REG_EIP from ucontext.h */
Note:
See TracChangeset
for help on using the changeset viewer.