missing #endif from yesterdays change

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4734 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-22 18:09:53 +00:00
parent 0f1e2c7b97
commit c539af4e44

View File

@ -20,6 +20,7 @@ static char RCSId[]
#else
#define memmove(d,s,l) ;punting on memmove;
#endif
#endif
#ifdef HAVE_STRING_H
# include <string.h>