AP_HAL_SITL: add missing header

This commit is contained in:
Pierre Kancir 2019-07-23 13:16:49 +02:00 committed by Andrew Tridgell
parent bb13a75e30
commit 1a71519e17
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifdef USE_TERMIOS
#include <termios.h>
#else
#include <asm/ioctls.h>
#include <asm/termbits.h>
#endif