mirror of https://github.com/ArduPilot/ardupilot
SITL: added required headers with new SITL header structure
This commit is contained in:
parent
da7c556f77
commit
b72b4b5bc0
|
@ -6,6 +6,9 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <SITL/SITL.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <AP_HAL_SITL/AP_HAL_SITL.h>
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <AP_HAL_SITL/AP_HAL_SITL.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue