On 02/21/2014 01:06 AM, Cyrill Gorcunov wrote: > We have #define BUG() BUG_ON(true) here, where 'true' > is defined in stdbool header, so to be able to include > bug.h on its own -- include needed header inplace. > > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org> > --- applied