summaryrefslogtreecommitdiff
path: root/shared-bindings/storage/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/storage/__init__.c')
-rw-r--r--shared-bindings/storage/__init__.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/storage/__init__.c b/shared-bindings/storage/__init__.c
index ca9281a18..1cfeea59c 100644
--- a/shared-bindings/storage/__init__.c
+++ b/shared-bindings/storage/__init__.c
@@ -31,6 +31,7 @@
#include "extmod/vfs_fat.h"
#include "py/obj.h"
#include "py/objnamedtuple.h"
+#include "py/runtime.h"
#include "shared-bindings/storage/__init__.h"
//| :mod:`storage` --- storage management