From d937e59a910a7cb10ed1edf2b81e1f5937a75a45 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 19 Sep 2013 12:29:57 +0200 Subject: [PATCH] added missing includes in cc110x_ng files --- drivers/cc110x_ng/cc110x-rx.c | 2 +- drivers/cc110x_ng/cc110x.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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