Skip to content

Commit 27a90c2

Browse files
authored
Merge pull request #850 from llange/missing-stat-header
add a missing include
2 parents 4ad8573 + 24f0eb0 commit 27a90c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vehicle/OVMS.V3/main/ovms_command.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ static const char *TAG = "command";
3939
#include <esp_log.h>
4040
#include <sys/time.h>
4141
#include <sys/types.h>
42+
#include <sys/stat.h>
4243
#include <dirent.h>
4344
#include <esp_timer.h>
4445
#include "freertos/FreeRTOS.h"

0 commit comments

Comments
 (0)