Merge pull request #27 from zzhou612/master

Fix: header malloc.h is depreciated
This commit is contained in:
alanminko 2018-11-30 09:45:25 -08:00 committed by GitHub
commit 163bba53e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"