summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-24 11:47:10 +0200
committerThomas Haller <thaller@redhat.com>2021-06-28 13:31:34 +0200
commit570bb6fe76f601bc0cad2cce5254bee33c8e6bdf (patch)
treeca5c016577958f6ad02b471c37cd9334d7f95056
parent5388542fc09d51d4ee1fc1c45f839c32e2dd11aa (diff)
downloadNetworkManager-570bb6fe76f601bc0cad2cce5254bee33c8e6bdf.tar.gz
glib-aux: by default always include <glib-unix.h> in our sources
We already always include all of <glib.h>. <glib-unix.h> is small and only not included by default to support non-UNIX systems, which we don't care.
-rw-r--r--src/libnm-glib-aux/nm-macros-internal.h1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <gio/gio.h>
+#include <glib-unix.h>
/*****************************************************************************/