* Add missing header file.
authorcarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:35:01 +0000 (00:35 +0800)
committercarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:54:23 +0000 (00:54 +0800)
modules/src/print/print.h

index 974e4bf..292796e 100644 (file)
@@ -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, ...);