From: Simon Ruderich Date: Mon, 17 Jun 2013 21:26:00 +0000 (+0200) Subject: Add missing #include . X-Git-Tag: 0.1~34 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=a63fef43c2d1e9c111f3da0fc3f8deb7f1b3024d Add missing #include . --- 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