]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5344 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 17:23:43 +0000 (12:23 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Apr 2013 17:24:05 +0000 (12:24 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_modem.h

index f5e5b214f43a82b50e0e8984a5d1f1cc34118a2f..717cb909c4a490dfbec76953b3a4a758787dbf07 100644 (file)
@@ -52,6 +52,8 @@
 #elif defined(__FreeBSD__)
 #include <libutil.h>
 #include <termios.h>
+#elif defined(__SunOS)
+#include <termios.h>
 #else
 #include <pty.h>
 #endif