Browse Source

SITL: add missing include 'select'

mission-4.1.18
Michael Oborne 10 years ago committed by Andrew Tridgell
parent
commit
c26f2c9b1c
  1. 1
      libraries/AP_HAL_AVR_SITL/UARTDriver.cpp

1
libraries/AP_HAL_AVR_SITL/UARTDriver.cpp

@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/select.h>
#include "UARTDriver.h"
#include "SITL_State.h"

Loading…
Cancel
Save