From: Anthony Minessale Date: Mon, 24 Sep 2012 22:07:55 +0000 (-0500) Subject: followup for cent5 X-Git-Tag: v1.3.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9897750854d1ddc68bd256b938078629a5dd178;p=thirdparty%2Ffreeswitch.git followup for cent5 --- diff --git a/src/switch_core.c b/src/switch_core.c index a747a9dc27..7bd11609d3 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -186,6 +186,9 @@ SWITCH_DECLARE(FILE *) switch_core_get_console(void) return runtime.console; } +#ifdef HAVE_SYS_IOCTL_H +#include +#endif SWITCH_DECLARE(void) switch_core_screen_size(int *x, int *y) {