summaryrefslogtreecommitdiff
path: root/src/supplicant
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-15 09:23:31 +0200
committerThomas Haller <thaller@redhat.com>2019-04-18 20:03:54 +0200
commit87f7e6844d2eae7f82511bf9c05a474c8adbb718 (patch)
tree29f8eefe5f951a53077a2186bcf4738e78273ba9 /src/supplicant
parentd984b2ce4a119428c2003120ea306198ba068df2 (diff)
downloadNetworkManager-87f7e6844d2eae7f82511bf9c05a474c8adbb718.tar.gz
shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"
(cherry picked from commit 81833358786b0fdd0668ef92b0bdc1361fa980b3)
Diffstat (limited to 'src/supplicant')
-rw-r--r--src/supplicant/nm-supplicant-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplicant/nm-supplicant-interface.c b/src/supplicant/nm-supplicant-interface.c
index f46689eb02..12d21aba44 100644
--- a/src/supplicant/nm-supplicant-interface.c
+++ b/src/supplicant/nm-supplicant-interface.c
@@ -29,7 +29,7 @@
#include "NetworkManagerUtils.h"
#include "nm-supplicant-config.h"
#include "nm-core-internal.h"
-#include "nm-dbus-compat.h"
+#include "nm-std-aux/nm-dbus-compat.h"
#define WPAS_DBUS_IFACE_INTERFACE WPAS_DBUS_INTERFACE ".Interface"
#define WPAS_DBUS_IFACE_INTERFACE_WPS WPAS_DBUS_INTERFACE ".Interface.WPS"