Browse Source

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

master
Jaaaky 6 years ago committed by Andrew Tridgell
parent
commit
d7abd636ac
  1. 2
      libraries/AP_HAL_SITL/Storage.cpp

2
libraries/AP_HAL_SITL/Storage.cpp

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

Loading…
Cancel
Save