diff options
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 3cc457b3..c6067775 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,6 +1,9 @@ #ifndef __STDIO_H #define __STDIO_H +#define __BITS_ERRNO_H_ +#include <bits/errno.h> + #ifndef NULL #define NULL ((void *)0) #endif |
