summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--cc3200/bootmgr/main.c1
-rw-r--r--cc3200/util/random.c1
-rw-r--r--drivers/cc3100/inc/trace.h1
3 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c
index a84302b39d..bb584737fb 100644
--- a/cc3200/bootmgr/main.c
+++ b/cc3200/bootmgr/main.c
@@ -48,6 +48,7 @@
#include "hash.h"
#include "utils.h"
#include "cc3200_hal.h"
+#include "debug.h"
//*****************************************************************************
diff --git a/cc3200/util/random.c b/cc3200/util/random.c
index be6400def5..872b05dbb5 100644
--- a/cc3200/util/random.c
+++ b/cc3200/util/random.c
@@ -36,6 +36,7 @@
#include "modwlan.h"
#include "py/obj.h"
#include "random.h"
+#include "debug.h"
/******************************************************************************
diff --git a/drivers/cc3100/inc/trace.h b/drivers/cc3100/inc/trace.h
index 9e5ac519c1..1f79887a4a 100644
--- a/drivers/cc3100/inc/trace.h
+++ b/drivers/cc3100/inc/trace.h
@@ -37,7 +37,6 @@
#include "simplelink.h"
-#include "debug.h"
#ifndef __SIMPLELINK_TRACE_H__
#define __SIMPLELINK_TRACE_H__