diff options
Diffstat (limited to 'extmod/modbtree.c')
-rw-r--r-- | extmod/modbtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modbtree.c b/extmod/modbtree.c index 127dd71a39..229daaf0f9 100644 --- a/extmod/modbtree.c +++ b/extmod/modbtree.c @@ -26,7 +26,7 @@ #include <stdio.h> #include <string.h> -#include <errno.h> +#include <errno.h> // for declaration of global errno variable #include <fcntl.h> #include "py/nlr.h" |