3
0
Fork 0

Merge pull request #214 from int19h/213

Fix #213: sockaddr_in is undefined when compiling on FreeBSD
fix-bug-pid
Matthieu Gautier 7 years ago committed by GitHub
commit 0cc5b18488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,6 +79,7 @@ extern "C" {
#include <netdb.h>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#endif

Loading…
Cancel
Save