From 6662536d44feff08ce73e1cf294e4e46c0942e88 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 18 Oct 2019 08:20:59 +0200 Subject: [PATCH] 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. --- libnm/nm-libnm-utils.h | 4 ++++ 1 file changed, 4 insertions(+) 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