Skip to content

Commit 58681ab

Browse files
committed
Testing macOS headers
1 parent 82fa9b6 commit 58681ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/io_engine_generic_unix.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
#include <sys/types.h>
1212
#include <unistd.h>
1313

14+
// Mac Testing
15+
#include <sys/types.h>
16+
#include <sys/socket.h>
17+
#include <netinet/in.h>
18+
#include <arpa/inet.h>
19+
#include <unistd.h>
20+
#include <errno.h>
21+
1422
// Fixes for MUSL Libc that lacks *64_t types
1523
#ifndef __GLIBC__
1624
#define off64_t off_t

0 commit comments

Comments
 (0)