summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index be9143062..344d5d7a4 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -134,6 +134,7 @@
#include "utils/cpu.h"
#include "utils/delete2.h"
+#include "utils/dumplibs.h"
#include "utils/env.h"
#include "utils/fuzzer.h"
#include "utils/gettext.h"
@@ -351,6 +352,7 @@ void Client::gameInit()
Dirs::initScreenshotDir();
updateEnv();
+ dumpLibs();
// Initialize SDL
logger->log1("Initializing SDL...");