mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL: fixed SITL build on windows
This commit is contained in:
parent
b09fcfc20e
commit
2369e06815
@ -19,6 +19,8 @@
|
||||
#include <AP_HAL.h>
|
||||
#if HAL_OS_SOCKETS
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
class SocketAPM {
|
||||
public:
|
||||
SocketAPM(bool _datagram);
|
||||
|
Loading…
Reference in New Issue
Block a user