* Add missing header file.

This commit is contained in:
carl 2019-02-19 00:35:01 +08:00
parent bd25701a3f
commit 288e81355e

View file

@ -8,6 +8,7 @@
#define __PRINT_INCLUDED__ #define __PRINT_INCLUDED__
#include <stdarg.h> #include <stdarg.h>
#include <system.h>
void print(const char *fmt, ...); void print(const char *fmt, ...);
void fprint(File *f, const char *fmt, ...); void fprint(File *f, const char *fmt, ...);