mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: SITL: add missing header for timeval struct on alpine linux
This commit is contained in:
parent
3e4241ee7f
commit
f1dd2bb2e8
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <net/if.h>
|
||||
#include <linux/can/raw.h>
|
||||
#include <cstring>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "AP_HAL_Linux.h"
|
||||
#include <sys/time.h>
|
||||
#include <linux/videodev2.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue