X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer.c;h=45ce64b44a892165bb5247c9d7b63c1b49fbdf58;hb=49d4f9b278ec7da35bbf2dcd3f5013940d1a74e3;hp=9148d930f2f39d5c6d0bd3d7a9a3669b24b5ed23;hpb=8892633f666bee56325f62ff9693b9a164253dc8;p=bertos.git diff --git a/drv/timer.c b/drv/timer.c index 9148d930..45ce64b4 100644 --- a/drv/timer.c +++ b/drv/timer.c @@ -38,7 +38,11 @@ */ #include "timer.h" -#include + +#include +#include +#include + #include #include #include @@ -70,6 +74,7 @@ #if CONFIG_KERNEL #include + #include #if CONFIG_KERN_SIGNALS #include /* sig_wait(), sig_check() */ #include /* proc_current() */