From: Jim Meyering Date: Sat, 11 Nov 2000 14:32:00 +0000 (+0000) Subject: Add a couple #includes, merging from GNU libc version. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f534d0f5bca5b7537b4eb616b3d892f0a2436791;p=pspp Add a couple #includes, merging from GNU libc version. --- diff --git a/lib/error.c b/lib/error.c index 5dbd4d726e..c78b6cffb9 100644 --- a/lib/error.c +++ b/lib/error.c @@ -1,5 +1,5 @@ /* Error handler for noninteractive utilities - Copyright (C) 1990-2000 Free Software Foundation, Inc. + Copyright (C) 1990-1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. @@ -26,6 +26,9 @@ #endif #include +#if HAVE_LIBINTL_H +# include +#endif #if HAVE_VPRINTF || HAVE_DOPRNT || _LIBC # if __STDC__ @@ -83,6 +86,11 @@ unsigned int error_message_count; # define error __error # define error_at_line __error_at_line +# ifdef USE_IN_LIBIO +# include +# define fflush(s) _IO_fflush (s) +# endif + #else /* not _LIBC */ /* The calling program should define program_name and set it to the