mirror of https://github.com/YosysHQ/abc.git
Fixing continues.
This commit is contained in:
parent
8d42237589
commit
8b79876f17
|
|
@ -9,7 +9,6 @@
|
|||
#include <csignal>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "misc/util/abc_namespaces.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef __linux__
|
||||
|
|
@ -125,7 +124,7 @@ void kill_on_parent_death(int sig)
|
|||
|
||||
monitor_thread.detach();
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
#else // neither linux or OS X
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "misc/util/abc_namespaces.h"
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
class LogT {
|
||||
|
|
|
|||
Loading…
Reference in New Issue