From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- driver/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/timer.c') diff --git a/driver/timer.c b/driver/timer.c index d30a299..1ceebc5 100644 --- a/driver/timer.c +++ b/driver/timer.c @@ -1,6 +1,7 @@ #include "timer.h" #include "asm_x86.h" +#include "asm_pit.h" static volatile uint64_t task_system_clock_start=0; -- cgit v1.2.3