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:
Thomas Haller 2019-10-18 08:20:59 +02:00
parent 4400f6de77
commit 6662536d44

View file

@ -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