Skip to content

Commit 10dbf23

Browse files
springltddpgeorge
authored andcommitted
extmod/vfs_fat.c: Use explicit include path for timeutils.h.
1 parent c30b308 commit 10dbf23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/vfs_fat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "py/mperrno.h"
3939
#include "lib/oofatfs/ff.h"
4040
#include "extmod/vfs_fat.h"
41-
#include "timeutils.h"
41+
#include "lib/timeutils/timeutils.h"
4242

4343
#if _MAX_SS == _MIN_SS
4444
#define SECSIZE(fs) (_MIN_SS)

0 commit comments

Comments
 (0)