From: bernie Date: Sun, 29 Aug 2004 21:58:53 +0000 (+0000) Subject: Include macros.h explicityl. X-Git-Tag: 1.0.0~1064 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=11f6115fdbc7499f6700379ea8a839849850f9f9;p=bertos.git Include macros.h explicityl. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@177 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/kern/proc.c b/kern/proc.c index c0a45a72..84357658 100755 --- a/kern/proc.c +++ b/kern/proc.c @@ -17,8 +17,8 @@ /*#* *#* $Log$ - *#* Revision 1.12 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS + *#* Revision 1.13 2004/08/29 21:58:53 bernie + *#* Include macros.h explicityl. *#* *#* Revision 1.11 2004/08/24 16:09:08 bernie *#* Add missing header. @@ -56,13 +56,14 @@ *#* *#*/ -#include "cpu.h" #include "proc_p.h" #include "proc.h" +#include "cpu.h" #include "event.h" #include "hw.h" #include #include /* ARCH_EMUL */ +#include /* ABS() */ #include /* memset() */