---
idlers use bool, but it's not included by their header.
Figured that one when playing with a unit test.
ell/idle.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ell/idle.h b/ell/idle.h
index a75bc9b..19ae4d3 100644
--- a/ell/idle.h
+++ b/ell/idle.h
@@ -23,6 +23,8 @@
#ifndef __ELL_IDLE_H
#define __ELL_IDLE_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
--
2.0.4