X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fsignal.h;h=9e6a9b09c0b60701e44991892ec7aee03452d68e;hb=3869cb55efcc879e7df05b785ce9759cb59b5836;hp=1118af8a54ee7b9d2511f084c758a1889dc0afeb;hpb=e423e63cade618baf616a79b99aaab5de74ec76e;p=bertos.git diff --git a/bertos/kern/signal.h b/bertos/kern/signal.h index 1118af8a..9e6a9b09 100644 --- a/bertos/kern/signal.h +++ b/bertos/kern/signal.h @@ -31,14 +31,14 @@ * * --> * - * \brief Signal module (public interface). + * \brief Signal module for IPC. * * \version $Id$ * * \author Bernie Innocenti * * $WIZ$ module_name = "signal" - * $WIZ$ module_depends = "kernel" + * $WIZ$ module_depends = "kernel", "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_signal.h" */ @@ -46,6 +46,7 @@ #define KERN_SIGNAL_H #include +#include // BV() /* Fwd decl */ struct Process;