AP_HAL_SITL: Fix build with --sitl-flash-storage option

This commit is contained in:
Jaaaky 2019-08-27 16:20:49 +03:00 committed by Andrew Tridgell
parent dcd9003831
commit d7abd636ac

View File

@ -7,6 +7,8 @@
#include <unistd.h>
#include "Storage.h"
#include <stdio.h>
using namespace HALSITL;
extern const AP_HAL::HAL& hal;