Skip to content

Commit

Permalink
Add missing include for htons.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Sep 25, 2024
1 parent 2fbf787 commit ff49f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpad_dhcp_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# include <ws2tcpip.h>
# include <windows.h>
#else
# include <arpa/inet.h>
# include <sys/types.h>
# include <sys/socket.h>
# include <netdb.h>
Expand Down

0 comments on commit ff49f0d

Please sign in to comment.