Skip to content

Commit

Permalink
FIX: warning: implicit declaration of function ‘close’
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 27, 2017
1 parent d1f0b05 commit 563f23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/sys-net.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ typedef long __LONG;
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>

#define GET_ERROR errno
#define IOCTL ioctl
Expand Down

0 comments on commit 563f23f

Please sign in to comment.