3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Merge pull request from YosysHQ/mmicko/fix_environ

Define environ, fixes 
This commit is contained in:
Miodrag Milanović 2019-10-01 19:50:37 +02:00 committed by GitHub
commit da347b9f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,8 @@
#include "libs/sha1/sha1.h"
#include "kernel/yosys.h"
extern char **environ;
YOSYS_NAMESPACE_BEGIN
#if defined(_WIN32)