Skip to content

Commit edcf251

Browse files
committed
Add missing include
1 parent d3fdc23 commit edcf251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extmod/vfs_fat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
// CIRCUITPY-CHANGE: extra includes
4040
#include <string.h>
41+
#include "py/gc.h"
4142
#include "py/obj.h"
4243
#include "py/objproperty.h"
4344
#include "py/runtime.h"

0 commit comments

Comments
 (0)