fix opensolaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15060 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-10-03 01:08:15 +00:00
parent 6c70e2fd8b
commit 649e3393aa
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@
#include <fcntl.h>
#include <memory.h>
#include <string.h>
#if defined(HAVE_STRINGS_H)
#include <strings.h>
#endif
#include <ctype.h>
#include <assert.h>