projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d963e8c
)
Define environ, fixes #1424
author
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 1 Oct 2019 16:45:07 +0000
(18:45 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 1 Oct 2019 16:45:07 +0000
(18:45 +0200)
frontends/rpc/rpc_frontend.cc
patch
|
blob
|
history
diff --git
a/frontends/rpc/rpc_frontend.cc
b/frontends/rpc/rpc_frontend.cc
index b4b2fa3a215625fbe0a7c4a5cecb7b302353dfb5..83e1353b059321bcc9d3b762085589c6fbca751d 100644
(file)
--- a/
frontends/rpc/rpc_frontend.cc
+++ b/
frontends/rpc/rpc_frontend.cc
@@
-34,6
+34,8
@@
#include "libs/sha1/sha1.h"
#include "kernel/yosys.h"
+extern char **environ;
+
YOSYS_NAMESPACE_BEGIN
#if defined(_WIN32)