aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 19:53:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 19:53:03 +0000
commitd2f4a899c20a2890068c30868aa86eab68fb676e (patch)
treed91f4c3145498b3252dc00561b311d0596d1f2c1
parent15010e696fcbff827d47d679694e23f3add366a6 (diff)
fix the build with astmm enabled
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32868 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/astmm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/astmm.h b/include/asterisk/astmm.h
index b163d7a56..7e987b099 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 <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <stdarg.h>
/* Undefine any macros */
#undef malloc