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:
Lubomir Rintel 2015-05-15 16:36:43 +02:00 committed by Thomas Haller
parent 06395568e7
commit 89733404aa

View file

@ -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"