From ca75d3c36c096db6be7932bd3039a02bd2912c64 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Wed, 24 Jul 2013 00:44:28 +0200 Subject: [PATCH] fixed some includes --- core/queue.c | 1 + cpu/lpc2387/lpc2387-adc.c | 2 +- sys/auto_init/auto_init.c | 2 +- sys/net/sixlowpan/sixlownd.c | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/queue.c b/core/queue.c index 91d510aede..6c421f6d74 100644 --- a/core/queue.c +++ b/core/queue.c @@ -16,6 +16,7 @@ #include #include +#include #include "queue.h" diff --git a/cpu/lpc2387/lpc2387-adc.c b/cpu/lpc2387/lpc2387-adc.c index aa9fc97a7e..9a07269d64 100644 --- a/cpu/lpc2387/lpc2387-adc.c +++ b/cpu/lpc2387/lpc2387-adc.c @@ -28,9 +28,9 @@ License. See the file LICENSE in the top level directory for more details. #include "lpc2387-adc.h" #define ENABLE_DEBUG (0) +#include "debug.h" #if ENABLE_DEBUG #include "hwtimer.h" -#include "debug.h" #endif /*---------------------------------------------------------------------------*/ diff --git a/sys/auto_init/auto_init.c b/sys/auto_init/auto_init.c index b1c6bd5936..48a8e04334 100644 --- a/sys/auto_init/auto_init.c +++ b/sys/auto_init/auto_init.c @@ -22,7 +22,7 @@ #include #include "vtimer.h" -#define ENABLE_DEBUG (0) +#define ENABLE_DEBUG (1) #include extern int main(void); diff --git a/sys/net/sixlowpan/sixlownd.c b/sys/net/sixlowpan/sixlownd.c index eb6274ff0d..ec3bc81362 100644 --- a/sys/net/sixlowpan/sixlownd.c +++ b/sys/net/sixlowpan/sixlownd.c @@ -27,11 +27,11 @@ #include "sixlowerror.h" #include "serialnumber.h" #include "sys/net/net_help/net_help.h" -#include "io.h" #include "vtimer.h" #include "mutex.h" #define ENABLE_DEBUG (0) +#include "debug.h" /* extern variables */ uint8_t opt_hdr_len = 0;