summaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-15 00:52:45 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-15 00:52:45 +0300
commit337111ba9e393bad84d0f1bc45a291f462784d6e (patch)
treea9e3b97bc09892c1c1fb005f704c9500a30e29f6 /py/builtin.h
parent06b783cf58222ae616694b2c0b5de565de44349a (diff)
py: Support to build berkeley db 1.85 and "btree" module.
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 5d79d2835..349f49682 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -113,6 +113,7 @@ extern const mp_obj_module_t mp_module_lwip;
extern const mp_obj_module_t mp_module_websocket;
extern const mp_obj_module_t mp_module_webrepl;
extern const mp_obj_module_t mp_module_framebuf;
+extern const mp_obj_module_t mp_module_btree;
// extmod functions
MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj);