followup for cent5
This commit is contained in:
parent
03c981bf72
commit
b989775085
|
@ -186,6 +186,9 @@ SWITCH_DECLARE(FILE *) switch_core_get_console(void)
|
|||
return runtime.console;
|
||||
}
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
SWITCH_DECLARE(void) switch_core_screen_size(int *x, int *y)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue