mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 20:20:17 +01:00
platform: fix build
./src/libnm-platform/nm-platform.h:1315: undefined reference to `_nm_utils_ip4_prefix_to_netmask' make[2]: *** [Makefile:11063: src/core/platform/tests/test-cleanup-fake] Error 1 ./src/libnm-platform/nm-platform.h:1315: undefined reference to `_nm_utils_ip4_prefix_to_netmask' make[2]: *** [Makefile:11070: src/core/platform/tests/test-cleanup-linux] Error 1
This commit is contained in:
parent
6a909be0c4
commit
e04ff122ed
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "libnm-platform/nmp-base.h"
|
||||
#include "libnm-base/nm-base.h"
|
||||
#include "libnm-glib-aux/nm-shared-utils.h"
|
||||
|
||||
#define NM_TYPE_PLATFORM (nm_platform_get_type())
|
||||
#define NM_PLATFORM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_PLATFORM, NMPlatform))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue