Skip to content

Commit

Permalink
Merge pull request #82 from kaiquekandykoga/netinet-inh
Browse files Browse the repository at this point in the history
include netinet/in.h
  • Loading branch information
jhawthorn authored Aug 10, 2023
2 parents a1f46bb + f012fac commit b77a667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <netdb.h>
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/types.h>
Expand Down

0 comments on commit b77a667

Please sign in to comment.