[svn-commits] trunk r32868 - /trunk/include/asterisk/astmm.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 7 12:53:03 MST 2006
Author: russell
Date: Wed Jun 7 14:53:03 2006
New Revision: 32868
URL: http://svn.digium.com/view/asterisk?rev=32868&view=rev
Log:
fix the build with astmm enabled
Modified:
trunk/include/asterisk/astmm.h
Modified: trunk/include/asterisk/astmm.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/astmm.h?rev=32868&r1=32867&r2=32868&view=diff
==============================================================================
--- trunk/include/asterisk/astmm.h (original)
+++ trunk/include/asterisk/astmm.h Wed Jun 7 14:53:03 2006
@@ -25,11 +25,14 @@
#define __AST_DEBUG_MALLOC
+#include "asterisk.h"
+
/* Include these now to prevent them from being needed later */
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <stdarg.h>
/* Undefine any macros */
#undef malloc
More information about the svn-commits
mailing list