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

Merge pull request #10886 from mikeller/fix_missing_include_in_sitl

Fixed missing include in SITL file.
This commit is contained in:
J Blackman 2021-09-06 14:12:39 +10:00 committed by Michael Keller
parent 658c7add34
commit 8494644ae3

View file

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