stm32h7: Add missing time.h include

This is required for me when building within CLion.

Without it, I get the error:

error: field 'lastwrite' has incomplete type
This commit is contained in:
Julian Oes 2022-10-31 13:38:32 +13:00 committed by Xiang Xiao
parent 74b38d3c65
commit 227218659b

View File

@ -38,6 +38,8 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>
#include <time.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/