提交 649e3393 authored 作者: Michael Jerris's avatar Michael Jerris

fix opensolaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15060 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6c70e2fd
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
#include <fcntl.h> #include <fcntl.h>
#include <memory.h> #include <memory.h>
#include <string.h> #include <string.h>
#if defined(HAVE_STRINGS_H)
#include <strings.h>
#endif
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论