Skip to content

Commit 563f23f

Browse files
committed
FIX: warning: implicit declaration of function ‘close’
1 parent d1f0b05 commit 563f23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/sys-net.h

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ typedef long __LONG;
5757
#include <netdb.h>
5858
#include <sys/socket.h>
5959
#include <netinet/in.h>
60+
#include <unistd.h>
6061

6162
#define GET_ERROR errno
6263
#define IOCTL ioctl

0 commit comments

Comments
 (0)