Include stdio.h, so we can include printf.h in any order, as it needs FILE.
MFC after: 2 weeks
This commit is contained in:
parent
f03ca7241b
commit
4551abd040
@ -29,6 +29,7 @@
|
||||
#ifndef _PRINTF_H_
|
||||
#define _PRINTF_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user