From 14563c194ef8ba09e18f7745383dcc7398e9781c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 15 Oct 2007 15:07:05 +0200 Subject: [PATCH] cal: replace errs.h with libc err.h Signed-off-by: Karel Zak --- misc-utils/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5