From: Loic Blot Date: Tue, 6 Jun 2017 21:02:03 +0000 (+0200) Subject: DragonflyBSD & NetBSD build fix X-Git-Tag: 5.0.0~1129 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c558744179b52607d552d28bf6cc6a4e49a2a14;p=oweals%2Fminetest.git DragonflyBSD & NetBSD build fix --- diff --git a/src/porting.cpp b/src/porting.cpp index 10b6fc940..0cc323934 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) #include #include #elif defined(_WIN32)