From b140cc0a823c533fdc1aefe46281d042545036b1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 5 Jun 2013 18:11:33 +0200 Subject: [PATCH] coloredstderr.c: Use #include . This ensures that config.h from the build directory is preferred over a possible file of the same name in the source directory. --- src/coloredstderr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 53916f5..e04a2ea 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -#include "config.h" +#include /* Must be loaded before the following headers. */ #include "ldpreload.h" -- 2.43.2