summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/xpcom/module.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-07-10 13:41:51 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-07-10 13:41:51 +0000
commitcbbc83d5169d5103da796e6484425f5116aee865 (patch)
tree8607de78be6f03ca74f4c27b170d3e40f6eace8b /src/VBox/Main/src-client/xpcom/module.cpp
parent75b2368aa1f70d958fbeabdd03fc0f396f56f3b9 (diff)
downloadVirtualBox-svn-cbbc83d5169d5103da796e6484425f5116aee865.tar.gz
Fix Mac builds.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@42097 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-client/xpcom/module.cpp')
-rw-r--r--src/VBox/Main/src-client/xpcom/module.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VBox/Main/src-client/xpcom/module.cpp b/src/VBox/Main/src-client/xpcom/module.cpp
index 418f0c56fad..fbea50509e4 100644
--- a/src/VBox/Main/src-client/xpcom/module.cpp
+++ b/src/VBox/Main/src-client/xpcom/module.cpp
@@ -41,6 +41,7 @@
# include "GuestDirEntryImpl.h"
# include "GuestFileImpl.h"
# include "GuestFsObjInfoImpl.h"
+# include "GuestProcessImpl.h"
# include "GuestSessionImpl.h"
#endif
#include "KeyboardImpl.h"
@@ -71,6 +72,8 @@ NS_DECL_CLASSINFO(GuestFile)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestFile, IGuestFile)
NS_DECL_CLASSINFO(GuestFsObjInfo)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestFsObjInfo, IGuestFsObjInfo)
+NS_DECL_CLASSINFO(GuestProcess)
+NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestProcess, IGuestProcess)
NS_DECL_CLASSINFO(GuestSession)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestSession, IGuestSession)
#endif