From 430010715e7a9af17185412273165674f3b58f20 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Dec 2007 19:01:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@141 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/ch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/ch.h') 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 -- cgit v1.2.3