From: Karel Zak Date: Mon, 15 Oct 2007 13:07:05 +0000 (+0200) Subject: cal: replace errs.h with libc err.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14563c194ef8ba09e18f7745383dcc7398e9781c;p=util-linux cal: replace errs.h with libc err.h Signed-off-by: Karel Zak --- diff --git a/misc-utils/cal.c b/misc-utils/cal.c index d5bcee64..fd2700f9 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -63,7 +63,7 @@ #include #include #include -#include "errs.h" +#include #include "nls.h" #if defined(HAVE_NCURSES)