mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 18:20:07 +01:00
policy: fix build with glib < 2.34
Use our compatibility version for g_clear_pointer() that is not defined in glib < 2.34.
This commit is contained in:
parent
f56d0c2baf
commit
d3abb8c79a
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include "nm-firewall-manager.h"
|
||||
#include "nm-dispatcher.h"
|
||||
#include "nm-utils.h"
|
||||
#include "nm-glib-compat.h"
|
||||
|
||||
typedef struct {
|
||||
NMManager *manager;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue