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.) --- src/nm-auth-subject.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nm-auth-subject.c') diff --git a/src/nm-auth-subject.c b/src/nm-auth-subject.c index 779b711e63..209f98e175 100644 --- a/src/nm-auth-subject.c +++ b/src/nm-auth-subject.c @@ -26,6 +26,8 @@ * makes requests, like process identifier and user UID. */ +#include "config.h" + #include "nm-auth-subject.h" #include -- cgit v1.2.1