From 51dfd171cd6a4e65148a74b119e09859be1df407 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 28 Apr 2014 18:10:38 +0200 Subject: [PATCH] lib/colors: change an include to a local one Signed-off-by: Benno Schulenberg --- lib/colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/colors.c b/lib/colors.c index 8b6f089e1..195027376 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"