fix a warning
| mckernel/kernel/host.c: In function 'syscall_packet_handler': | mckernel/kernel/host.c:504: | warning: implicit declaration of function 'find_command_line'
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#include <process.h>
|
||||
#include <page.h>
|
||||
#include <mman.h>
|
||||
#include <init.h>
|
||||
|
||||
//#define DEBUG_PRINT_HOST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user