diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-01 15:55:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-01 15:55:22 +0100 |
commit | a9611c62793377d8da08e4cb5e9cb71f5afda22e (patch) | |
tree | b40e2b7fe6404f3ce42231480bb15261c0ef68c8 /src/mm-plugin-manager.c | |
parent | e1372a716e1e87737427f5cc39a7e2b15c982862 (diff) |
utils: import ptr array lookup with GEqualFunc from GLib 2.54
This fixes the build when using GLib < 2.54.
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r-- | src/mm-plugin-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c index 6c9bdf1e..4e9f3008 100644 --- a/src/mm-plugin-manager.c +++ b/src/mm-plugin-manager.c @@ -28,6 +28,7 @@ #include "mm-plugin-manager.h" #include "mm-plugin.h" #include "mm-shared.h" +#include "mm-utils.h" #include "mm-log-object.h" #define SHARED_PREFIX "libmm-shared" |