X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fproc.c;h=23a2c3effcfa05e247484f808a598662b248581c;hb=753d17c6975a0edd44fd771f1af01d95a61d292a;hp=5c856698d3df9a97526fd8af154e4bd17084fe38;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/kern/proc.c b/kern/proc.c index 5c856698..23a2c3ef 100644 --- a/kern/proc.c +++ b/kern/proc.c @@ -28,7 +28,7 @@ * * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) * Copyright 1999,2000,2001 Bernardo Innocenti - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Simple realtime multitasking scheduler. @@ -142,7 +142,7 @@ #include "proc.h" //#include "hw.h" #include -#include +#include #include #include /* ARCH_EMUL */ #include /* ABS() */