mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix compile error in openbsd (#6430)
Include the header that defines AF_INET and AF_INET6
This commit is contained in:
parent
a016b64838
commit
69f3c424c1
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include <ostream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue