Skip to content

Commit

Permalink
add include of select.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Nov 20, 2023
1 parent b7aaabc commit 19a60a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wolfssh/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
#else /* USE_WINDOWS_API */
#include <unistd.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <pthread.h>
#include <netdb.h>
#include <netinet/in.h>
Expand Down

0 comments on commit 19a60a0

Please sign in to comment.