Skip to content

Commit 6c55874

Browse files
committedJun 6, 2017
DragonflyBSD & NetBSD build fix
1 parent 47f5e7f commit 6c55874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/porting.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2525

2626
#include "porting.h"
2727

28-
#if defined(__FreeBSD__)
28+
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
2929
#include <sys/types.h>
3030
#include <sys/sysctl.h>
3131
#elif defined(_WIN32)

0 commit comments

Comments
 (0)