AP_HAL_SITL: fix compile error for Windows/Cygwin builds

Can not find "asm/termios.h"
This commit is contained in:
Tom Pittenger 2017-11-30 12:05:56 -08:00
parent 760c6185e5
commit 013035a4da
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "UARTDriver.h"
#include <asm/termbits.h>
#include <termios.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/stat.h>