Unverified Commit 163bba53 by alanminko Committed by GitHub

Merge pull request #27 from zzhou612/master

Fix: header malloc.h is depreciated
parents 5aa3025c 39ff80c0
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment