AP_HAL: fixed SITL build on windows

This commit is contained in:
Andrew Tridgell 2015-05-06 09:07:03 +10:00
parent b09fcfc20e
commit 2369e06815

View File

@ -19,6 +19,8 @@
#include <AP_HAL.h>
#if HAL_OS_SOCKETS
#include <unistd.h>
class SocketAPM {
public:
SocketAPM(bool _datagram);