Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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__) || defined(__NetBSD__) || defined(__DragonFly__) |
|
|
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) |
|
|
#include <sys/types.h> |
|
|
#include <sys/sysctl.h> |
|
|
extern char **environ; |
|
|