fix: header <malloc.h> is depreciated

This commit is contained in:
Nathan Zhou 2018-11-30 16:59:25 +08:00
parent 5aa3025ce7
commit 39ff80c0b3
1 changed files with 1 additions and 1 deletions

View File

@ -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"