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
parent 4558742e39
commit c607c38cbf
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 <stdarg.h>