From: Ulrich Drepper Date: Mon, 8 Dec 1997 02:55:00 +0000 (+0000) Subject: (_STDIO_H): Define before including X-Git-Tag: glibc-2.16-ports-before-merge~3360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53b18c667bcce9f81790af2ec0454a6ac6536549;p=thirdparty%2Fglibc.git (_STDIO_H): Define before including --- diff --git a/sysdeps/standalone/close.c b/sysdeps/standalone/close.c index 2e33b3c2c69..114d726c6d4 100644 --- a/sysdeps/standalone/close.c +++ b/sysdeps/standalone/close.c @@ -21,6 +21,7 @@ #include #include +#define _STDIO_H #include #include "filedesc.h" diff --git a/sysdeps/standalone/filedesc.h b/sysdeps/standalone/filedesc.h index a35d1cf0435..d6a12a606a3 100644 --- a/sysdeps/standalone/filedesc.h +++ b/sysdeps/standalone/filedesc.h @@ -26,6 +26,7 @@ #ifndef __FILEDESC_h #define __FILEDESC_h +#define _STDIO_H #include #ifndef __DECLARE_FILE_DESCRIPTORS__