summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-10-18 08:20:59 +0200
committerThomas Haller <thaller@redhat.com>2019-10-18 22:09:18 +0200
commit6662536d44feff08ce73e1cf294e4e46c0942e88 (patch)
tree0816ba05e60fd8a74729ddf51e3a7b3749d4b112
parent4400f6de773c14d33f595f00e2a7f35f055c18b5 (diff)
downloadNetworkManager-6662536d44feff08ce73e1cf294e4e46c0942e88.tar.gz
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.
-rw-r--r--libnm/nm-libnm-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm/nm-libnm-utils.h b/libnm/nm-libnm-utils.h
index 3708fa4f57..ff070a587d 100644
--- a/libnm/nm-libnm-utils.h
+++ b/libnm/nm-libnm-utils.h
@@ -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