# HG changeset patch # User asl # Date 1130079218 0 # Node ID e077adee243883b99188090ad26d1b08eed53102 # Parent 24bbe99cac5271e8c813bb3da150a8d05d23bfda * include/flag.hxx: We need thread.inl for the empty() function implementation which the compiler wants to inline. diff --git a/packages/kernel/current/ChangeLog b/packages/kernel/current/ChangeLog --- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,8 @@ +2005-10-23 Andrew Lunn + + * include/flag.hxx: We need thread.inl for the empty() function + implementation which the compiler wants to inline. + 2005-08-03 Andrew Lunn * tests/ksem1.c: Type fix to fix a compiler warning. diff --git a/packages/kernel/current/include/flag.hxx b/packages/kernel/current/include/flag.hxx --- a/packages/kernel/current/include/flag.hxx +++ b/packages/kernel/current/include/flag.hxx @@ -59,6 +59,7 @@ #include // assertion macros #include // Cyg_Thread +#include // queue implementation // ------------------------------------------------------------------------- // Flag object. This class implements a queue of threads waiting for a