aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/show.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-03 13:18:37 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-03 13:18:37 +0100
commit45bfe26f5f906c9c847ba2bd328413746a2c869c (patch)
tree1d3de9f791a9355d1e5a59df6105ecadc29323c1 /kernel/show.cc
parent65e5e1658cd18c75bed2097d99acc66216e8856d (diff)
downloadyosys-45bfe26f5f906c9c847ba2bd328413746a2c869c.tar.gz
yosys-45bfe26f5f906c9c847ba2bd328413746a2c869c.tar.bz2
yosys-45bfe26f5f906c9c847ba2bd328413746a2c869c.zip
Minor hotfixes (mostly gcc build fixes)
Diffstat (limited to 'kernel/show.cc')
-rw-r--r--kernel/show.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/show.cc b/kernel/show.cc
index 7c3f418b2..6db963b2a 100644
--- a/kernel/show.cc
+++ b/kernel/show.cc
@@ -23,6 +23,8 @@
#include <string.h>
#include <dirent.h>
+using RTLIL::id2cstr;
+
#undef CLUSTER_CELLS_AND_PORTBOXES
struct ShowWorker