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:
parent
74b38d3c65
commit
227218659b
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
#include <nuttx/config.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue