summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-02-24 13:01:08 +0100
committerDan Winship <danw@gnome.org>2013-02-26 13:07:33 +0100
commited9e2d8377ed308a141aac982bd5b417d1ccdc1b (patch)
tree3c785781b12c219d21f2d0dd55cbbf27203ca27c /callouts
parent3bd867bb6204b1697681bdc748c942ab136b53fa (diff)
build: avoid GValueArray deprecation warnings
Avoid warnings about GValueArray being deprecated by adding macros that wrap G_GNUC_BEGIN_IGNORE_DEPRECATIONS / G_GNUC_END_IGNORE_DEPRECATIONS around the GValueArray calls.
Diffstat (limited to 'callouts')
-rw-r--r--callouts/nm-dispatcher-action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/callouts/nm-dispatcher-action.c b/callouts/nm-dispatcher-action.c
index 0e4b11a7c7..a3cb934c85 100644
--- a/callouts/nm-dispatcher-action.c
+++ b/callouts/nm-dispatcher-action.c
@@ -38,6 +38,7 @@
#include "nm-dispatcher-action.h"
#include "nm-dispatcher-utils.h"
+#include "nm-glib-compat.h"
#define NMD_SCRIPT_DIR NMCONFDIR "/dispatcher.d"