* Add missing header file.
This commit is contained in:
parent
bd25701a3f
commit
288e81355e
|
@ -8,6 +8,7 @@
|
|||
#define __PRINT_INCLUDED__
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <system.h>
|
||||
|
||||
void print(const char *fmt, ...);
|
||||
void fprint(File *f, const char *fmt, ...);
|
||||
|
|
Loading…
Reference in a new issue