mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 02:30:35 +02:00
(<errno.h>): Include it.
(errno): Declare if not defined.
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
||||
#if HAVE_ICONV
|
||||
# include <iconv.h>
|
||||
/* Name of UCS-4 encoding with machine dependent endianness and alignment. */
|
||||
|
||||
Reference in New Issue
Block a user