From: Simon Ruderich Date: Wed, 5 Jun 2013 16:11:33 +0000 (+0200) Subject: coloredstderr.c: Use #include . X-Git-Tag: 0.1~107 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=b140cc0a823c533fdc1aefe46281d042545036b1 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. --- 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"