aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ch.h')
-rw-r--r--src/include/ch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index be251415f..2c2bb2f7c 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -57,6 +57,10 @@
#include "semaphores.h"
#endif
+#ifndef _MUTEXES_H_
+#include "mutexes.h"
+#endif
+
#ifndef _EVENTS_H_
#include "events.h"
#endif