diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-18 17:37:47 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-18 19:47:16 +0100 |
commit | fbf82f51b72a27b00c39ea37d4d359f09da4bf02 (patch) | |
tree | 035559bbae2df761c02c36f0874533f617ffb393 /clients/cloud-setup/nm-http-client.c | |
parent | 61f006caf47aaa184ff4d54a6280956acc1fbad9 (diff) | |
download | NetworkManager-th/libnm-core-split2.tar.gz |
build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,log-null,log-core}"th/libnm-core-split2
Diffstat (limited to 'clients/cloud-setup/nm-http-client.c')
-rw-r--r-- | clients/cloud-setup/nm-http-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cloud-setup/nm-http-client.c b/clients/cloud-setup/nm-http-client.c index 144513fce5..a2f24059c8 100644 --- a/clients/cloud-setup/nm-http-client.c +++ b/clients/cloud-setup/nm-http-client.c @@ -7,7 +7,7 @@ #include <curl/curl.h> #include "nm-cloud-setup-utils.h" -#include "nm-glib-aux/nm-str-buf.h" +#include "libnm-glib-aux/nm-str-buf.h" #define NM_CURL_DEBUG 0 |