build: use compat version of g_clear_pointer()

Ubuntu 12.04 has an ancient version of glib, which we nevertheless support.
This commit is contained in:
Lubomir Rintel
2015-05-15 16:36:43 +02:00
parent 36f7669a4c
commit eb2b8c2798
5 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
#include <glib-unix.h>
#include <gmodule.h>
#include "nm-glib-compat.h"
#include "gsystem-local-alloc.h"
#include "main-utils.h"
#include "NetworkManagerUtils.h"