fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
782 stars 126 forks source link

Include <netinet/in.h> on FreeBSD #34

Closed sheinb closed 4 years ago

sheinb commented 4 years ago

To compile on FreeBSD (12.0) I needed to add <netinet/in.h>

fpagliughi commented 4 years ago

Thanks! So, @sheinb, you can confirm that this works on FreeBSD (with this modification)?

sheinb commented 4 years ago

Compiles fine and seems to work just as does on Linux, macOS, and Windows for me. I can’t say it’s undergone heavy testing, but so far so good!

On Sep 26, 2019, at 8:17 AM, Frank Pagliughi notifications@github.com wrote:

 Thanks! So, @sheinb, you can confirm that this works on FreeBSD (with this modification)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.