diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-08-12 23:24:29 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-08-12 23:24:29 +0100 |
| commit | 9d02780eafd9546354fd3ac429b0211f52331650 (patch) | |
| tree | 8555d3bcd890873c25169d3fd46014cb629343e8 /py/builtin.h | |
| parent | 75ec22bf11301909ddc70c817eb0050ea45c5e34 (diff) | |
| parent | 1ddd844815014d01f342489ced131bc73980e0be (diff) | |
Merge branch 'pfalcon-modzlibd'v1.3
Diffstat (limited to 'py/builtin.h')
| -rw-r--r-- | py/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h index 25edf3289..af428d0c0 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -89,3 +89,4 @@ extern struct _dummy_t mp_sys_stderr_obj; // extmod modules extern const mp_obj_module_t mp_module_uctypes; +extern const mp_obj_module_t mp_module_zlibd; |
