(_STDIO_H): Define before including <bits/stdio_lim.h>

This commit is contained in:
Ulrich Drepper 1997-12-08 02:55:00 +00:00
parent 2e67c045f2
commit 53b18c667b
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <errno.h>
#include <unistd.h>
#define _STDIO_H
#include <bits/stdio_lim.h>
#include "filedesc.h"

View File

@ -26,6 +26,7 @@
#ifndef __FILEDESC_h
#define __FILEDESC_h
#define _STDIO_H
#include <bits/stdio_lim.h>
#ifndef __DECLARE_FILE_DESCRIPTORS__