diff options
author | Thomas Haller <thaller@redhat.com> | 2021-03-04 11:29:39 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-03-04 15:32:29 +0100 |
commit | 02a98ccfd1fd724271b4f730ec376cdef58fbc73 (patch) | |
tree | 8e9572e753ba3633057279ab9385ecc3ec7224f5 /src/core/main.c | |
parent | 5e922413784f92fb4d950cf38f065a8de820b2a5 (diff) | |
download | NetworkManager-th/platform-move.tar.gz |
platform: move more platform code to src/libnm-platform/th/platform-move
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 88fd8f20d4..bf8f8d44c4 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -20,7 +20,7 @@ #include "nm-dbus-interface.h" #include "NetworkManagerUtils.h" #include "nm-manager.h" -#include "platform/nm-linux-platform.h" +#include "libnm-platform/nm-linux-platform.h" #include "nm-dbus-manager.h" #include "devices/nm-device.h" #include "dhcp/nm-dhcp-manager.h" |