From 4e51a3038c307a2b02b94bb0c78cff949ef84fd1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 6 Apr 2016 01:18:39 +0300 Subject: [PATCH] cc3200/mods/modwlan: Include stream.h after recent refactor. --- cc3200/mods/modwlan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c index 98c8dc8ba9..2fb7ed377d 100644 --- a/cc3200/mods/modwlan.c +++ b/cc3200/mods/modwlan.c @@ -33,6 +33,7 @@ #include "py/obj.h" #include "py/objstr.h" #include "py/runtime.h" +#include "py/stream.h" #include "py/mphal.h" #include "inc/hw_types.h" #include "inc/hw_ints.h"