aboutsummaryrefslogtreecommitdiffstats
path: root/astmm.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 02:30:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 02:30:33 +0000
commit96c9ed94885b0b5c7266d1d1a39f812879ab1548 (patch)
tree56f6a1edff87d778fc61a175f358aa31189744dd /astmm.c
parent236826fc1f63b1cd0d484c41e929ac44c2f25ac6 (diff)
don't double define our own string functions on platforms that don't have them (issue #5169)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6587 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'astmm.c')
-rwxr-xr-xastmm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/astmm.c b/astmm.c
index c3ec2b644..6087f7ff6 100755
--- a/astmm.c
+++ b/astmm.c
@@ -13,7 +13,6 @@
#ifdef __AST_DEBUG_MALLOC
-#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <time.h>