From: Bruno Haible Date: Sun, 22 Nov 2009 18:33:24 +0000 (+0100) Subject: Oops, move the include of unistd.h in the last commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84aee6d7f41c166088f7946971edf31c44ca3ae7;p=pspp Oops, move the include of unistd.h in the last commit. --- 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