1
0
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:
Jim Meyering
2000-03-04 12:35:47 +00:00
parent 45758bf193
commit 28334dafe4
+5
View File
@@ -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. */