don't double define our own string functions on platforms that don't have them (issue #5169)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-14 02:30:33 +00:00
parent fc0b625da1
commit aa92d9c1f8
3 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,6 @@
#ifdef __AST_DEBUG_MALLOC
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <time.h>