SITL: added required headers with new SITL header structure

This commit is contained in:
Andrew Tridgell 2023-12-12 19:05:16 +11:00
parent da7c556f77
commit b72b4b5bc0
3 changed files with 9 additions and 0 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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>