X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fevent.h;h=86ec620fc2a179c2be6cf4a3e352f91581472a2b;hb=e71edb195539ce8bd2c76cf54048f33a1e6d66be;hp=e76385ad87729b992b94c3952634384b71e0b29b;hpb=7ed00c104d321a4e7c9e03cbe3d5b1cc8e258a88;p=bertos.git diff --git a/bertos/mware/event.h b/bertos/mware/event.h index e76385ad..86ec620f 100644 --- a/bertos/mware/event.h +++ b/bertos/mware/event.h @@ -35,7 +35,6 @@ * This module implements a common system for executing * a user defined action calling a hook function. * - * \version $Id$ * \author Bernie Innocenti */ @@ -43,7 +42,8 @@ #define KERN_EVENT_H #include -#include "cfg/cfg_kern.h" +#include "cfg/cfg_proc.h" +#include "cfg/cfg_signal.h" #if CONFIG_KERN #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS