mirror of https://github.com/YosysHQ/abc.git
Fix a windows compile problem.
This commit is contained in:
parent
cd33ba563f
commit
b7ee7a5f70
|
|
@ -18,7 +18,11 @@
|
|||
|
||||
***********************************************************************/
|
||||
|
||||
#ifdef WIN32
|
||||
#include <process.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "base/abc/abc.h"
|
||||
#include "mainInt.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue