summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modutime.c
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/modutime.c')
-rw-r--r--esp8266/modutime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/modutime.c b/esp8266/modutime.c
index 117720e6f6..bdeb3bb453 100644
--- a/esp8266/modutime.c
+++ b/esp8266/modutime.c
@@ -34,8 +34,8 @@
#include "py/runtime.h"
#include "py/mphal.h"
#include "py/smallint.h"
+#include "lib/timeutils/timeutils.h"
#include "modmachine.h"
-#include "timeutils.h"
#include "user_interface.h"
#include "extmod/utime_mphal.h"