diff --git a/drivers/cc110x_ng/cc110x-rx.c b/drivers/cc110x_ng/cc110x-rx.c index 0c9b876a8e..7e2d09c419 100644 --- a/drivers/cc110x_ng/cc110x-rx.c +++ b/drivers/cc110x_ng/cc110x-rx.c @@ -27,7 +27,7 @@ #include #include -//#include +#include "cpu.h" #ifdef DBG_IGNORE #include diff --git a/drivers/cc110x_ng/cc110x.c b/drivers/cc110x_ng/cc110x.c index 0b24739326..07feacee11 100644 --- a/drivers/cc110x_ng/cc110x.c +++ b/drivers/cc110x_ng/cc110x.c @@ -24,6 +24,7 @@ #include #include +#include "cpu.h" #define ENABLE_DEBUG (0) #include