sockaddr_in is a forward declaration on *BSD, explicitly include the correct header

This commit is contained in:
izzy Meyer 2025-08-06 10:52:07 -05:00 committed by Nadia Holmquist Pedersen
parent 111fc6a343
commit dffc2d7cc5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <poll.h>
#include <signal.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#endif