add stdio.h
This commit is contained in:
parent
b77e40e1c7
commit
e4c662ea0b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "kernel/menu.h"
|
||||
#include "kernel/timer.h"
|
||||
|
|
Loading…
Reference in a new issue