followup for cent5

This commit is contained in:
Anthony Minessale 2012-09-24 17:07:55 -05:00
parent 03c981bf72
commit b989775085
1 changed files with 3 additions and 0 deletions

View File

@ -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)
{