mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 16:20:09 +01:00
build: use compat version of g_clear_pointer()
Ubuntu 12.04 has an ancient version of glib, which we nevertheless support.
(cherry picked from commit eb2b8c2798)
This commit is contained in:
parent
06395568e7
commit
89733404aa
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nm-glib-compat.h"
|
||||
|
||||
#include "nm-logging.h"
|
||||
#include "writer.h"
|
||||
#include "common.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue