AP_HAL: add missing header for timeval struct on alpine linux

This commit is contained in:
Pierre Kancir 2024-08-13 00:26:00 +02:00 committed by Peter Barker
parent 102547968f
commit 3e4241ee7f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/select.h>
#include <sys/time.h>
#endif
#include <errno.h>