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
2c0bb969cc
commit
acee317572
|
@ -22,6 +22,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <asm/ioctls.h>
|
||||
#include <asm/termbits.h>
|
||||
#include "RCInput_RCProtocol.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
|
Loading…
Reference in New Issue