From 570bb6fe76f601bc0cad2cce5254bee33c8e6bdf Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 24 Jun 2021 11:47:10 +0200 Subject: [PATCH] glib-aux: by default always include in our sources We already always include all of . is small and only not included by default to support non-UNIX systems, which we don't care. --- src/libnm-glib-aux/nm-macros-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libnm-glib-aux/nm-macros-internal.h b/src/libnm-glib-aux/nm-macros-internal.h index 23cf2f55a7..e11742a15b 100644 --- a/src/libnm-glib-aux/nm-macros-internal.h +++ b/src/libnm-glib-aux/nm-macros-internal.h @@ -13,6 +13,7 @@ #include #include +#include /*****************************************************************************/