From: Benno Schulenberg Date: Mon, 28 Apr 2014 16:10:38 +0000 (+0200) Subject: lib/colors: change an include to a local one X-Git-Tag: v2.25-rc1~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51dfd171cd6a4e65148a74b119e09859be1df407;p=thirdparty%2Futil-linux.git lib/colors: change an include to a local one Signed-off-by: Benno Schulenberg --- diff --git a/lib/colors.c b/lib/colors.c index 8b6f089e1a..195027376f 100644 --- a/lib/colors.c +++ b/lib/colors.c @@ -4,10 +4,10 @@ * This file may be distributed under the terms of the * GNU Lesser General Public License. */ -#include #include #include +#include "c.h" #include "colors.h" #include "xalloc.h" #include "pathnames.h"