From: jcalve Date: Wed, 20 Sep 2017 21:29:47 +0000 (+0200) Subject: Fix compile error in openbsd (#6430) X-Git-Tag: 5.0.0~818 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69f3c424c192561fb2c0c661b1ae6207492e93ec;p=oweals%2Fminetest.git Fix compile error in openbsd (#6430) Include the header that defines AF_INET and AF_INET6 --- diff --git a/src/network/address.h b/src/network/address.h index 79ca21f8c..fb25b3565 100644 --- a/src/network/address.h +++ b/src/network/address.h @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #else #include +#include #endif #include