Missing include of stdlib.h for free() in callback.cc
This commit is contained in:
@@ -37,6 +37,7 @@ ATTRIBUTE_CHECKER_IMPLEMENT (Callback);
|
||||
|
||||
#if (__GNUC__ >= 3)
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <cxxabi.h>
|
||||
#include "log.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user