From 0f584b78fe26b0977f470088ae7d74511630aa66 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 15 Oct 2007 14:51:28 +0200 Subject: [PATCH] mesg: replace errs.h with libc err.h Signed-off-by: Karel Zak --- login-utils/mesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/mesg.c b/login-utils/mesg.c index a94ef665..e0015bdb 100644 --- a/login-utils/mesg.c +++ b/login-utils/mesg.c @@ -53,7 +53,7 @@ #include #include #include -#include "errs.h" +#include #include "nls.h" int -- 2.39.5