AP_HAL_Linux: add missing header to RCInput_RCProtocol.cpp

This fixes muslhf linux build
This commit is contained in:
Willian Galvani 2022-06-03 00:55:07 -03:00 committed by Randy Mackay
parent 2c0bb969cc
commit acee317572
1 changed files with 1 additions and 0 deletions

View File

@ -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>