Fixed missing includes
This commit is contained in:
parent
f54e8c9ba0
commit
b46222c3d9
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "kernel/menu.h"
|
#include "kernel/menu.h"
|
||||||
#include "kernel/event.h"
|
#include "kernel/event.h"
|
||||||
|
|
Loading…
Reference in a new issue