From 84aee6d7f41c166088f7946971edf31c44ca3ae7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Nov 2009 19:33:24 +0100 Subject: [PATCH] Oops, move the include of unistd.h in the last commit. --- lib/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/error.c b/lib/error.c index 80168a8765..1d63d571f5 100644 --- a/lib/error.c +++ b/lib/error.c @@ -27,7 +27,6 @@ #include #include #include -#include #if !_LIBC && ENABLE_NLS # include "gettext.h" @@ -87,6 +86,7 @@ extern void __error_at_line (int status, int errnum, const char *file_name, #else /* not _LIBC */ # include +# include # if !HAVE_DECL_STRERROR_R && STRERROR_R_CHAR_P # ifndef HAVE_DECL_STRERROR_R -- 2.30.2