From a7adbac4c58b2e5ca50631bd58af83503a7794b5 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 1 Mar 2016 16:34:37 +0100 Subject: [PATCH] cpu: msp430: adapt to thread.h --- cpu/msp430-common/include/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/msp430-common/include/cpu.h b/cpu/msp430-common/include/cpu.h index 2c3c487f43..12b422b7e2 100644 --- a/cpu/msp430-common/include/cpu.h +++ b/cpu/msp430-common/include/cpu.h @@ -27,6 +27,7 @@ #include "board.h" #include "sched.h" +#include "thread.h" #include "msp430_types.h" #include "cpu_conf.h"