From 10dbf2383f14ad4cc9ddfd9e5b75492a219a7a6c Mon Sep 17 00:00:00 2001 From: Andrew Gatt Date: Mon, 30 Jan 2017 11:28:37 +0000 Subject: [PATCH] extmod/vfs_fat.c: Use explicit include path for timeutils.h. --- extmod/vfs_fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c index b32bf7ad9d..82dd312b8f 100644 --- a/extmod/vfs_fat.c +++ b/extmod/vfs_fat.c @@ -38,7 +38,7 @@ #include "py/mperrno.h" #include "lib/oofatfs/ff.h" #include "extmod/vfs_fat.h" -#include "timeutils.h" +#include "lib/timeutils/timeutils.h" #if _MAX_SS == _MIN_SS #define SECSIZE(fs) (_MIN_SS)