Skip to content

Commit 48609cc

Browse files
committed
Add unistd.h
1 parent affbebb commit 48609cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/posix/tcp_ip_channel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <stdlib.h>
1313
#include <sys/select.h>
1414
#include <sys/socket.h>
15+
#include <unistd.h>
1516

1617
#include "proto/message.pb.h"
1718

0 commit comments

Comments
 (0)