mirror of https://github.com/YosysHQ/abc.git
Adding #include <stdlib.h> to 'abc_global.h' to prevent compilation problem on some platforms.
This commit is contained in:
parent
9065da8189
commit
64e2ee223b
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
#include <time.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// NAMESPACES ///
|
||||
|
|
|
|||
Loading…
Reference in New Issue