commit | 34162872b1119df31288dadc9fda2390119d4e27 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sun Oct 12 08:16:34 2014 -0700 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Mon Oct 13 00:07:44 2014 +0300 |
tree | a1f77ac1818e2c8dec2895acefdca1712e2a864f | |
parent | 426bb58b237a2d5ec2cf0e8a36a5b47000e324b1 [diff] [blame] |
moduzlib: Integrate into the system.
diff --git a/py/builtin.h b/py/builtin.h index 526157f..5a68609 100644 --- a/py/builtin.h +++ b/py/builtin.h
@@ -89,5 +89,6 @@ // extmod modules extern const mp_obj_module_t mp_module_uctypes; extern const mp_obj_module_t mp_module_zlibd; +extern const mp_obj_module_t mp_module_uzlib; extern const mp_obj_module_t mp_module_ujson; extern const mp_obj_module_t mp_module_ure;