mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 17:32:23 +00:00
Fix missing header file for build on freebsd (macos) (#60)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#endif
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user