From a63fef43c2d1e9c111f3da0fc3f8deb7f1b3024d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 17 Jun 2013 23:26:00 +0200 Subject: [PATCH] Add missing #include . --- src/coloredstderr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 247bd06..77f318a 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #ifdef HAVE_ERR_H -- 2.43.2