summaryrefslogtreecommitdiff
path: root/firmware/libc
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc')
-rw-r--r--firmware/libc/include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/libc/include/stdio.h b/firmware/libc/include/stdio.h
index 14f531fad1..6fdb3f9386 100644
--- a/firmware/libc/include/stdio.h
+++ b/firmware/libc/include/stdio.h
@@ -1,14 +1,14 @@
1#ifndef _STDIO_H_ 1#ifndef _STDIO_H_
2#define _STDIO_H_ 2#define _STDIO_H_
3 3
4#include <_ansi.h>
5
6#define __need_size_t 4#define __need_size_t
7#include <stddef.h> 5#include <stddef.h>
8 6
9#define __need___va_list 7#define __need___va_list
10#include <stdarg.h> 8#include <stdarg.h>
11 9
10#include "gcc_extensions.h"
11
12#ifndef NULL 12#ifndef NULL
13#define NULL 0 13#define NULL 0
14#endif 14#endif