Missing include of stdlib.h for free() in callback.cc

This commit is contained in:
Timo Bingmann
2009-02-23 11:33:14 +01:00
parent 127064f21a
commit 7e8d2be1da

View File

@@ -37,6 +37,7 @@ ATTRIBUTE_CHECKER_IMPLEMENT (Callback);
#if (__GNUC__ >= 3)
#include <stdlib.h>
#include <cxxabi.h>
#include "log.h"