1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Fixed missing include in SITL file.

This commit is contained in:
Michael Keller 2021-08-04 21:46:04 +12:00
parent 034904cd17
commit c7302ea09d

View file

@ -9,6 +9,7 @@
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/time.h>
#include "udplink.h"