Skip to content

Commit

Permalink
inetcat: Add missing sys/select header
Browse files Browse the repository at this point in the history
Fixes compilation under musl.
  • Loading branch information
neheb committed Nov 27, 2019
1 parent e97cebe commit ed0fc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/inetcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <windows.h>
#include <winsock2.h>
#else
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/ioctl.h>
Expand Down

0 comments on commit ed0fc22

Please sign in to comment.