Skip to content

Commit

Permalink
Fix build on FreeBSD, broken since open_url
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed May 24, 2020
1 parent b3c7990 commit 212a112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/porting.cpp
Expand Up @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
#include <sys/types.h>
#include <sys/sysctl.h>
extern char **environ;
#elif defined(_WIN32)
#include <windows.h>
#include <wincrypt.h>
Expand Down

0 comments on commit 212a112

Please sign in to comment.