From 7e8d2be1dabf81d5b82b26dd7809e59f3097df71 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Mon, 23 Feb 2009 11:33:14 +0100 Subject: [PATCH] Missing include of stdlib.h for free() in callback.cc --- src/core/callback.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/callback.cc b/src/core/callback.cc index 63eef5ca1..c2a188659 100644 --- a/src/core/callback.cc +++ b/src/core/callback.cc @@ -37,6 +37,7 @@ ATTRIBUTE_CHECKER_IMPLEMENT (Callback); #if (__GNUC__ >= 3) +#include #include #include "log.h"