summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-03-26 12:19:51 +0100
committerJiří Klimeš <jklimes@redhat.com>2015-04-07 09:50:39 +0200
commit58f0a721dc88b4a1336c9c39e398be1d2a279006 (patch)
treeaa69603ccb7f26622827952f6408bf46e35e58ae
parent32b24a2b547bc06099abe5ffa1bfed9bbc11f994 (diff)
downloadnetwork-manager-applet-58f0a721dc88b4a1336c9c39e398be1d2a279006.tar.gz
editor: add missing nm-utils.h include for nm_utils_iface_valid_name()
Fixes commit 54d03b5fc85a52f38e9985b499d1aefa27248a7e.
-rw-r--r--src/connection-editor/page-master.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index 71f328ba..cc8b4cdd 100644
--- a/src/connection-editor/page-master.c
+++ b/src/connection-editor/page-master.c
@@ -25,6 +25,7 @@
#include <glib/gi18n.h>
#include <nm-setting-connection.h>
+#include <nm-utils.h>
#include "page-master.h"
#include "nm-connection-editor.h"