test: fix defining nmtst_create_minimal_connection() without including nm-setting-connection.h
This commit is contained in:
@@ -712,7 +712,7 @@ nmtst_ip6_config_clone (NMIP6Config *config)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __NM_SIMPLE_CONNECTION_H__
|
#if defined(__NM_SIMPLE_CONNECTION_H__) && defined(__NM_SETTING_CONNECTION_H__)
|
||||||
|
|
||||||
inline static NMConnection *
|
inline static NMConnection *
|
||||||
nmtst_create_minimal_connection (const char *id, const char *uuid, const char *type, NMSettingConnection **out_s_con)
|
nmtst_create_minimal_connection (const char *id, const char *uuid, const char *type, NMSettingConnection **out_s_con)
|
||||||
|
Reference in New Issue
Block a user