Skip to content

Commit

Permalink
AP_HAL: add missing header for timeval struct on alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Aug 12, 2024
1 parent 0501b6c commit 0ae8aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL/utility/Socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/select.h>
#include <sys/time.h>
#endif

#include <errno.h>
Expand Down

0 comments on commit 0ae8aad

Please sign in to comment.