X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fevent.h;h=f233c294b4b4ae8148df2f5cc9d596f2c0a8c404;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=4270e94698100af607168b8e6a1a0590155bc0c7;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/event.h b/bertos/mware/event.h index 4270e946..f233c294 100644 --- a/bertos/mware/event.h +++ b/bertos/mware/event.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2001, 2003 Bernie Innocenti * * --> * @@ -38,17 +38,16 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef KERN_EVENT_H #define KERN_EVENT_H #include -#include +#include "cfg/cfg_kern.h" #if CONFIG_KERNEL - #include #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS #include #endif