diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-03-13 12:48:10 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-03-13 12:48:10 +0100 |
commit | fad8558eb5ecbd62e2032a48c537bfecfad3dfc4 (patch) | |
tree | 466d1bcbceb98d493e20ea5735374ea4796cf958 /passes | |
parent | a4d72de91dc017b299d6c11d67786274f1326133 (diff) | |
download | yosys-fad8558eb5ecbd62e2032a48c537bfecfad3dfc4.tar.gz yosys-fad8558eb5ecbd62e2032a48c537bfecfad3dfc4.tar.bz2 yosys-fad8558eb5ecbd62e2032a48c537bfecfad3dfc4.zip |
Merged OSX fixes from Siesh1oo with some modifications
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/techmap.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index 0ca601e3b..69ffb9230 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -17,6 +17,7 @@ * */ +#include "kernel/compatibility.h" #include "kernel/register.h" #include "kernel/sigtools.h" #include "kernel/log.h" |