Include macros.h explicityl.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 29 Aug 2004 21:58:53 +0000 (21:58 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 29 Aug 2004 21:58:53 +0000 (21:58 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@177 38d2e660-2303-0410-9eaa-f027e97ec537

kern/proc.c

index c0a45a7295649a956c9ce2729583cea2a61bf7bd..84357658d569d989a323ea1921838ae308f177bd 100755 (executable)
@@ -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.
  *#*
  *#*/
 
-#include "cpu.h"
 #include "proc_p.h"
 #include "proc.h"
+#include "cpu.h"
 #include "event.h"
 #include "hw.h"
 #include <drv/kdebug.h>
 #include <arch_config.h>  /* ARCH_EMUL */
+#include <macros.h>  /* ABS() */
 
 #include <string.h> /* memset() */