Mercurial > ecos
changeset 2083:e077adee2438
* include/flag.hxx: We need thread.inl for the empty() function
implementation which the compiler wants to inline.
| author | asl |
|---|---|
| date | Sun, 23 Oct 2005 14:53:38 +0000 |
| parents | 24bbe99cac52 |
| children | 9770ed3c8b96 |
| files | packages/kernel/current/ChangeLog packages/kernel/current/include/flag.hxx |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,8 @@ +2005-10-23 Andrew Lunn <andrew.lunn@ascom.ch> + + * include/flag.hxx: We need thread.inl for the empty() function + implementation which the compiler wants to inline. + 2005-08-03 Andrew Lunn <andrew.lunn@ascom.ch> * tests/ksem1.c: Type fix to fix a compiler warning.
--- a/packages/kernel/current/include/flag.hxx +++ b/packages/kernel/current/include/flag.hxx @@ -59,6 +59,7 @@ #include <cyg/infra/cyg_ass.h> // assertion macros #include <cyg/kernel/thread.hxx> // Cyg_Thread +#include <cyg/kernel/thread.inl> // queue implementation // ------------------------------------------------------------------------- // Flag object. This class implements a queue of threads waiting for a
