--- src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp +++ src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp @@ -28,6 +28,8 @@ #include "VBoxRegistrationDlg.h" #endif +#include <stdlib.h> + #include <qapplication.h> #include <qmessagebox.h> #include <qpixmap.h> --- src/VBox/Main/VMMDevInterface.cpp +++ src/VBox/Main/VMMDevInterface.cpp @@ -27,6 +27,7 @@ #include <VBox/VBoxGuest.h> #include <VBox/shflsvc.h> #include <iprt/asm.h> +#include <stdlib.h> #ifdef VBOX_HGCM #include "hgcm/HGCM.h"