diff --git a/src/sysprof/main.c b/src/sysprof/main.c index 93554fef..b6e65777 100644 --- a/src/sysprof/main.c +++ b/src/sysprof/main.c @@ -26,6 +26,8 @@ #include #include +#include + #include #include "sysprof-application.h" @@ -50,6 +52,8 @@ main (int argc, g_set_prgname ("sysprof"); + dex_init (); + app = sysprof_application_new (); ret = g_application_run (G_APPLICATION (app), argc, argv);