From a8c158dbececfaa6a312098eddf3af79cee3dd44 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 4 May 2015 11:36:11 +0200 Subject: [PATCH] dns-manager: fix missing include dns-manager must include itself. Otherwise compilation only works with WITH_LIBSOUP, which includes via . This is an old error, but unnoticed until ad6dbc504badb0c91c5f8da7b043ae892fb19fe8 which makes use of gio.h also without NETCONFIG_PATH. --- src/dns-manager/nm-dns-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dns-manager/nm-dns-manager.c b/src/dns-manager/nm-dns-manager.c index 2e5fa814b3..a912b17123 100644 --- a/src/dns-manager/nm-dns-manager.c +++ b/src/dns-manager/nm-dns-manager.c @@ -36,6 +36,7 @@ #include #include +#include #include #include "nm-utils.h"