3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Define environ, fixes #1424

This commit is contained in:
Miodrag Milanovic 2019-10-01 18:45:07 +02:00
parent d963e8c2c6
commit c026579c20

View file

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