X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.c;h=a64fceb25874f3843334b48ac3bcfa5fea1e8eff;hb=3278853417ff353379e9c9b98a03bab687e16167;hp=907487b133a741c15b315ee4fc9cbb7205da0215;hpb=00e009957d70dab15575ab310ed83f0b78cc8656;p=bertos.git diff --git a/kern/monitor.c b/kern/monitor.c index 907487b1..a64fceb2 100755 --- a/kern/monitor.c +++ b/kern/monitor.c @@ -2,7 +2,7 @@ * \file * * * \brief Monitor to check for stack overflows @@ -14,6 +14,12 @@ /*#* *#* $Log$ + *#* Revision 1.5 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* Revision 1.4 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* *#* Revision 1.3 2004/11/28 23:20:25 bernie *#* Remove obsolete INITLIST macro. *#* @@ -39,8 +45,8 @@ #include #include #include -#include -#include +#include +#include static List MonitorProcs;