Fix build on FreeBSD, broken since open_url

This commit is contained in:
rubenwardy 2020-05-24 15:31:06 +01:00
parent b3c79906d4
commit 212a1123e0
1 changed files with 1 additions and 0 deletions

View File

@ -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>