mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: correct include problem
transitive include may fail depending on build options
This commit is contained in:
parent
2d51eae56e
commit
6faa77993a
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "AP_Filesystem_config.h"
|
||||
#include <AP_HAL/HAL.h>
|
||||
#include <AP_HAL/Util.h>
|
||||
|
||||
static AP_Filesystem fs;
|
||||
|
||||
|
|
Loading…
Reference in New Issue