From: Jim Meyering Date: Sat, 4 Mar 2000 12:35:47 +0000 (+0000) Subject: (): Include it. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ed0e849056a69dae87bb5b8174e577483a823c;p=pspp (): Include it. (errno): Declare if not defined. --- diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 8e0b2d8f1f..6761260585 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -29,6 +29,11 @@ #include +#include +#ifndef errno +extern int errno; +#endif + #if HAVE_ICONV # include /* Name of UCS-4 encoding with machine dependent endianness and alignment. */