mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 01:00:09 +01:00
libnm: include "nm-types.h" in "nm-libnm-utils.h"
We now include "libnm/nm-libnm-utils.h" for all compilation of libnm sources. Let that one also include "nm-types.h". In the end, it's anyway needed almost everywhere.
This commit is contained in:
parent
4400f6de77
commit
6662536d44
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
|||
#error Cannot use this header.
|
||||
#endif
|
||||
|
||||
#include "nm-types.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/* Markers for deprecated sync code in internal API. */
|
||||
#define _NM_DEPRECATED_SYNC_METHOD_INTERNAL NM_DEPRECATED_IN_1_22
|
||||
#define _NM_DEPRECATED_SYNC_WRITABLE_PROPERTY_INTERNAL NM_DEPRECATED_IN_1_22
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue