diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-06 01:18:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-06 01:18:39 +0300 |
commit | 4e51a3038c307a2b02b94bb0c78cff949ef84fd1 (patch) | |
tree | dc33ef94e970cc635eb9cfbd6eb1048ac9bbe6f3 | |
parent | 96eca22322e45aa8b6e7e611eabe4e5c6fb93c90 (diff) |
cc3200/mods/modwlan: Include stream.h after recent refactor.
-rw-r--r-- | cc3200/mods/modwlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c index 98c8dc8ba..2fb7ed377 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" |