projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de1dc79
)
Missing OSX headers?
author
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 18 Feb 2019 04:59:53 +0000
(20:59 -0800)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 18 Feb 2019 04:59:53 +0000
(20:59 -0800)
frontends/aiger/aigerparse.cc
patch
|
blob
|
history
diff --git
a/frontends/aiger/aigerparse.cc
b/frontends/aiger/aigerparse.cc
index a1a0a08a0732376f36d7118080694209dc2ea49e..778b8b070650bef290f0e1899e8bce99774f1218 100644
(file)
--- a/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@
-22,6
+22,11
@@
// Armin Biere. The AIGER And-Inverter Graph (AIG) Format Version 20071012. Technical Report 07/1, October 2011, FMV Reports Series, Institute for Formal Models and Verification, Johannes Kepler University, Altenbergerstr. 69, 4040 Linz, Austria.
// http://fmv.jku.at/papers/Biere-FMV-TR-07-1.pdf
+#ifdef __linux__
+#include <libgen.h>
+#endif
+#include <array>
+
#include "kernel/yosys.h"
#include "kernel/sigtools.h"
#include "aigerparse.h"