From: Mike Frysinger Date: Sun, 19 Feb 2006 22:41:41 +0000 (-0000) Subject: rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breakin... X-Git-Tag: 1_1_0~197 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4b33f7aa413551f8c0cd024e449357fc14203803;p=oweals%2Fbusybox.git rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function. --- diff --git a/coreutils/cal.c b/coreutils/cal.c index 7d39a77ad..d9456ed9e 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c @@ -31,7 +31,6 @@ #include #include -#include #include #include #include