mirror of https://github.com/YosysHQ/abc.git
Merge pull request #27 from zzhou612/master
Fix: header malloc.h is depreciated
This commit is contained in:
commit
163bba53e0
|
|
@ -50,7 +50,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|||
#include <sys/resource.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "base/abc/abc.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue