mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-14 18:20:34 +01:00
cloud-setup: fix build
/usr/bin/ld: src/nm-cloud-setup/nm_cloud_setup-main.o: in function `_nmc_mangle_connection': src/nm-cloud-setup/main.c:369: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/nm-cloud-setup/main.c:360: undefined reference to `nm_utils_ip4_address_clear_host_address' collect2: error: ld returned 1 exit status make: *** [Makefile:11403: src/nm-cloud-setup/nm-cloud-setup] Error 1
This commit is contained in:
parent
ee7240783a
commit
c36c604d98
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "nmcs-provider-azure.h"
|
||||
#include "nmcs-provider-aliyun.h"
|
||||
#include "libnm-core-aux-intern/nm-libnm-core-utils.h"
|
||||
#include "libnm-glib-aux/nm-dbus-aux.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue