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:
Pawel Jakub Dawidek 2011-03-06 17:45:37 +00:00
parent f03ca7241b
commit 4551abd040
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219343
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#ifndef _PRINTF_H_
#define _PRINTF_H_
#include <stdio.h>
#include <wchar.h>
/*