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:
NAKAMURA Gou
2014-12-22 15:38:03 +09:00
parent 391886a6f1
commit b1b6fab7b8

View File

@ -28,6 +28,7 @@
#include <process.h> #include <process.h>
#include <page.h> #include <page.h>
#include <mman.h> #include <mman.h>
#include <init.h>
//#define DEBUG_PRINT_HOST //#define DEBUG_PRINT_HOST