fix: Fix UdpFile build on FreeBSD (#1287)

Issue #561
This commit is contained in:
Joey Parrish 2023-10-18 16:46:25 -07:00 committed by GitHub
parent 9294dc7c68
commit 1e9b251be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#else
#include <arpa/inet.h>
#include <errno.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/time.h>