mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: add missing header for timeval struct on alpine linux
This commit is contained in:
parent
102547968f
commit
3e4241ee7f
|
@ -40,6 +40,7 @@
|
|||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue