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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index 2c2bb2f7c..dcb486626 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -27,6 +27,8 @@
#define _CHIBIOS_RT_
+struct Thread;
+
#ifndef __DOXIGEN__
#ifndef _CHCONF_H_
#include <chconf.h>