mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 12:30:07 +01:00
test: fix defining nmtst_create_minimal_connection() without including nm-setting-connection.h
This commit is contained in:
parent
fe0bd1b91f
commit
ec1e8017af
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ nmtst_ip6_config_clone (NMIP6Config *config)
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef __NM_SIMPLE_CONNECTION_H__
|
||||
#if defined(__NM_SIMPLE_CONNECTION_H__) && defined(__NM_SETTING_CONNECTION_H__)
|
||||
|
||||
inline static NMConnection *
|
||||
nmtst_create_minimal_connection (const char *id, const char *uuid, const char *type, NMSettingConnection **out_s_con)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue