Merge pull request #14697 from JoshuaVandaele/llvm-build-fix

TAPServerConnection: Fix builds with LLVM toolchain
This commit is contained in:
JosJuice 2026-06-24 21:28:08 +02:00 committed by GitHub
commit 0dd29f2493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
#include <ws2ipdef.h>
#else
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>