From: Russell Bryant Date: Wed, 7 Jun 2006 19:53:03 +0000 (+0000) Subject: fix the build with astmm enabled X-Git-Tag: 1.4.0-beta1~1003 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=124b54ca5fc65c2bf39df2795023f4e11b4ea371;p=thirdparty%2Fasterisk.git fix the build with astmm enabled git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32868 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astmm.h b/include/asterisk/astmm.h index b163d7a562..7e987b0999 100644 --- a/include/asterisk/astmm.h +++ b/include/asterisk/astmm.h @@ -25,11 +25,14 @@ #define __AST_DEBUG_MALLOC +#include "asterisk.h" + /* Include these now to prevent them from being needed later */ #include #include #include #include +#include /* Undefine any macros */ #undef malloc