From 3bfb163a74fb98698b03d8a605b0164869a2ed4a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 13 Nov 2014 10:07:02 -0500 Subject: all: consistently include config.h config.h should be included from every .c file, and it should be included before any other include. Fix that. (As a side effect of how I did this, this also changes us to consistently use "config.h" rather than . To the extent that it matters [which is not much], quotes are more correct anyway, since we're talking about a file in our own build tree, not a system include.) --- libnm/nm-dhcp-config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libnm/nm-dhcp-config.c') diff --git a/libnm/nm-dhcp-config.c b/libnm/nm-dhcp-config.c index 5b72fbc10f..86cbdc3e3c 100644 --- a/libnm/nm-dhcp-config.c +++ b/libnm/nm-dhcp-config.c @@ -19,6 +19,8 @@ * Copyright 2008 Novell, Inc. */ +#include "config.h" + #include #include "nm-dhcp-config.h" -- cgit v1.2.1