mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -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>
|
#include <AP_HAL.h>
|
||||||
#if HAL_OS_SOCKETS
|
#if HAL_OS_SOCKETS
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
class SocketAPM {
|
class SocketAPM {
|
||||||
public:
|
public:
|
||||||
SocketAPM(bool _datagram);
|
SocketAPM(bool _datagram);
|
||||||
|
Loading…
Reference in New Issue
Block a user