aboutsummaryrefslogtreecommitdiff
path: root/cc3200/util
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/util')
-rw-r--r--cc3200/util/random.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/util/random.c b/cc3200/util/random.c
index 872b05dbb..e9a6abcea 100644
--- a/cc3200/util/random.c
+++ b/cc3200/util/random.c
@@ -27,14 +27,15 @@
#include <stdint.h>
#include <stdbool.h>
+#include "py/obj.h"
#include "inc/hw_types.h"
#include "inc/hw_ints.h"
#include "inc/hw_memmap.h"
#include "rom_map.h"
#include "prcm.h"
#include "simplelink.h"
+#include "modnetwork.h"
#include "modwlan.h"
-#include "py/obj.h"
#include "random.h"
#include "debug.h"