From 11f6115fdbc7499f6700379ea8a839849850f9f9 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 29 Aug 2004 21:58:53 +0000 Subject: [PATCH] Include macros.h explicityl. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@177 38d2e660-2303-0410-9eaa-f027e97ec537 --- kern/proc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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() */ -- 2.25.1