Skip to content

Commit

Permalink
DragonflyBSD & NetBSD build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 6, 2017
1 parent 47f5e7f commit 6c55874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porting.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 6c55874

Please sign in to comment.