mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL: RCOutput_Tap_Linux: Include arm/ioctls.h
Add missing include for TCGETS2 while compile with MUSL Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
420587fb68
commit
11c19a2dde
@ -23,6 +23,7 @@
|
|||||||
#include <asm/termbits.h>
|
#include <asm/termbits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <asm/ioctls.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user