From 0e223d4961e96c6bfc0ecc78ea08a9276b952e00 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 25 Sep 2015 15:47:55 +0200 Subject: [PATCH] libnm: include "glib.h" in "nm-version.h" This is a forward port of commit 6f616d4c4b04d5478f60d0311317bc84c5459ea4 which added this patch on nm-1-0 branch. However, the reason stated there is wrong because we don't need this to fix Qt examples. Building Qt examples was fixed in that "nm-dbus-interface.h" no longer drags in "nm-version.h". On the other hand, we still want "nm-version.h" to be self-contained, and include "glib.h" as it needs it. --- libnm-core/nm-version.h.in | 2 ++ libnm-util/nm-version.h.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libnm-core/nm-version.h.in b/libnm-core/nm-version.h.in index 3ba7cfd832..8ae0df6a5f 100644 --- a/libnm-core/nm-version.h.in +++ b/libnm-core/nm-version.h.in @@ -21,6 +21,8 @@ #ifndef NM_VERSION_H #define NM_VERSION_H +#include + /** * NM_MAJOR_VERSION: * diff --git a/libnm-util/nm-version.h.in b/libnm-util/nm-version.h.in index 3ba7cfd832..8ae0df6a5f 100644 --- a/libnm-util/nm-version.h.in +++ b/libnm-util/nm-version.h.in @@ -21,6 +21,8 @@ #ifndef NM_VERSION_H #define NM_VERSION_H +#include + /** * NM_MAJOR_VERSION: *