]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix opensolaris build
authorMichael Jerris <mike@jerris.com>
Sat, 3 Oct 2009 01:08:15 +0000 (01:08 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 3 Oct 2009 01:08:15 +0000 (01:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15060 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/src/at_interpreter.c

index 5d488a2685113524566480af1511be1a2f69204c..30265cb8fbd6e787abe9bda440b573f1c2dd4784 100644 (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>