[kernel][main] add a few includes to make implicit function declarations happy

This commit is contained in:
Travis Geiselbrecht
2012-03-21 00:15:25 -07:00
parent 4d9d8b691f
commit e60f69cb87

View File

@@ -28,6 +28,8 @@
#include <platform.h>
#include <target.h>
#include <lib/heap.h>
#include <lib/fs.h>
#include <lib/bio.h>
#include <kernel/thread.h>
#include <kernel/timer.h>
#include <kernel/dpc.h>