summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/VBox/VBoxRTDeps.cpp')
-rw-r--r--src/VBox/Runtime/VBox/VBoxRTDeps.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Runtime/VBox/VBoxRTDeps.cpp b/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
index f88e8fee..61e86d9f 100644
--- a/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
+++ b/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
@@ -35,7 +35,7 @@
#include <iprt/buildconfig.h>
#include <iprt/system.h>
-#include <libxml/xmlmodule.h>
+#include <libxml/catalog.h>
#include <libxml/globals.h>
#include <openssl/md5.h>
#include <openssl/rc4.h>
@@ -57,7 +57,7 @@ PFNRT g_VBoxRTDeps[] =
(PFNRT)SUPSemEventCreate,
(PFNRT)SUPTracerFireProbe,
#endif
- (PFNRT)xmlModuleOpen,
+ (PFNRT)xmlLoadCatalogs,
(PFNRT)MD5_Init,
(PFNRT)RC4,
(PFNRT)RC4_set_key,