DragonflyBSD & NetBSD build fix

This commit is contained in:
Loic Blot 2017-06-06 23:02:03 +02:00
parent 47f5e7fd0f
commit 6c55874417
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View File

@ -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 <sys/types.h>
#include <sys/sysctl.h>
#elif defined(_WIN32)