summaryrefslogtreecommitdiffstats
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 @@
#ifndef _STDIO_H_
#define _STDIO_H_
-#include <_ansi.h>
-
#define __need_size_t
#include <stddef.h>
#define __need___va_list
#include <stdarg.h>
+#include "gcc_extensions.h"
+
#ifndef NULL
#define NULL 0
#endif