1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

FS-5344 --resolve

This commit is contained in:
Anthony Minessale 2013-04-24 12:23:43 -05:00
parent 31f294e417
commit e852ef6411

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