f06167ca4d
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@391 6952d904-891a-0410-993b-d76249ca496b
22 lines
504 B
Diff
22 lines
504 B
Diff
--- 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"
|