mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: add missing header to RCInput_RCProtocol.cpp
This fixes muslhf linux build
This commit is contained in:
parent
4558742e39
commit
c607c38cbf
|
@ -22,6 +22,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <asm/ioctls.h>
|
||||
#include <asm/termbits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue