cc3200/mods: Include stream.h to get definition of mp_stream_p_t.

pull/3838/head
Damien George 2018-06-04 16:58:45 +10:00
rodzic 1427f8f593
commit df13ecde06
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,8 @@
#ifndef MICROPY_INCLUDED_CC3200_MODS_MODUSOCKET_H
#define MICROPY_INCLUDED_CC3200_MODS_MODUSOCKET_H
#include "py/stream.h"
extern const mp_obj_dict_t socket_locals_dict;
extern const mp_stream_p_t socket_stream_p;