Skip to content

Commit 39cd817

Browse files
committed
Include unistd on Unix
1 parent feed8d9 commit 39cd817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <netinet/in.h>
2424
#include <sys/socket.h>
2525
#include <arpa/inet.h>
26+
#include <unistd.h>
2627

2728
#endif
2829

0 commit comments

Comments
 (0)