Add missing dependency.
[bertos.git] / bertos / kern / signal.h
index ffec2891b77573598f3b3ad7feb4e7cbac32364f..9e6a9b09c0b60701e44991892ec7aee03452d68e 100644 (file)
@@ -38,7 +38,7 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $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 <cfg/compiler.h>
+#include <cfg/macros.h>    // BV()
 
 /* Fwd decl */
 struct Process;