mirror of https://github.com/YosysHQ/abc.git
Add #include <stdlib.h> for Windows build support.
Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
parent
ee5acbbc01
commit
5bd52161cd
|
|
@ -19,6 +19,7 @@
|
|||
***********************************************************************/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "extra.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue