Fix missing header file for build on freebsd (macos) (#60)

This commit is contained in:
Alex Eganov
2025-02-01 09:02:13 +11:00
committed by GitHub
parent 899e5a80d6
commit e262227d65

View File

@@ -1,3 +1,6 @@
#if defined(__FreeBSD__) || defined(__APPLE__)
#include <sys/stat.h>
#endif
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>