summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-05 14:11:32 +0200
committerThomas Haller <thaller@redhat.com>2015-10-05 15:01:38 +0200
commit82c37e643b8174ba9689ebb4d566cbd41f17b500 (patch)
tree720c3fb31675dcdc8657d57cdf915d8a3689b1ee
parent9358588a2ac8069be5f43e967b55b51888736d29 (diff)
downloadNetworkManager-82c37e643b8174ba9689ebb4d566cbd41f17b500.tar.gz
config: add missing include to "config.h" header
-rw-r--r--src/nm-config-data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-config-data.c b/src/nm-config-data.c
index af7ce4f5d7..02467c53d7 100644
--- a/src/nm-config-data.c
+++ b/src/nm-config-data.c
@@ -19,6 +19,8 @@
* Copyright (C) 2013 Thomas Bechtold <thomasbechtold@jpberlin.de>
*/
+#include "config.h"
+
#include "nm-config-data.h"
#include <string.h>