diff options
author | Karel Zak | 2007-10-15 15:07:05 +0200 |
---|---|---|
committer | Karel Zak | 2007-10-16 12:31:17 +0200 |
commit | 14563c194ef8ba09e18f7745383dcc7398e9781c (patch) | |
tree | dd08040cef67c8118673593b6878b5cbc0b406db /misc-utils | |
parent | column: replace errs.h with libc err.h (diff) | |
download | kernel-qcow2-util-linux-14563c194ef8ba09e18f7745383dcc7398e9781c.tar.gz kernel-qcow2-util-linux-14563c194ef8ba09e18f7745383dcc7398e9781c.tar.xz kernel-qcow2-util-linux-14563c194ef8ba09e18f7745383dcc7398e9781c.zip |
cal: replace errs.h with libc err.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/cal.c b/misc-utils/cal.c index d5bcee641..fd2700f98 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -63,7 +63,7 @@ #include <string.h> #include <time.h> #include <unistd.h> -#include "errs.h" +#include <err.h> #include "nls.h" #if defined(HAVE_NCURSES) |