mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_SITL: add missing header
This commit is contained in:
parent
bb13a75e30
commit
1a71519e17
|
@ -26,6 +26,7 @@
|
|||
#ifdef USE_TERMIOS
|
||||
#include <termios.h>
|
||||
#else
|
||||
#include <asm/ioctls.h>
|
||||
#include <asm/termbits.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue