mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fixed missing include in SITL file.
This commit is contained in:
parent
034904cd17
commit
c7302ea09d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "udplink.h"
|
#include "udplink.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue