Browse Source

AP_HAL_SITL: add missing header

master
Pierre Kancir 6 years ago committed by Andrew Tridgell
parent
commit
1a71519e17
  1. 1
      libraries/AP_HAL_SITL/UART_utils.cpp

1
libraries/AP_HAL_SITL/UART_utils.cpp

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

Loading…
Cancel
Save