mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219343
@ -29,6 +29,7 @@
|
||||
#ifndef _PRINTF_H_
|
||||
#define _PRINTF_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user