diff --git a/libraries/AP_Filesystem/AP_Filesystem.h b/libraries/AP_Filesystem/AP_Filesystem.h index b139713a75..9a5e01e693 100644 --- a/libraries/AP_Filesystem/AP_Filesystem.h +++ b/libraries/AP_Filesystem/AP_Filesystem.h @@ -84,7 +84,7 @@ public: int stat(const char *pathname, struct stat *stbuf); // stat variant for scripting - typedef struct { + typedef struct Stat { uint32_t size; int32_t mode; uint32_t mtime;