From ea8fbb5233b24745177871a7e1e9105a137f94f9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 14 Nov 2008 23:17:32 +0000 Subject: Added some #ifdefs around header files and change the EAGAIN test to fix compilation on Cell (reported by Jeff Curley). --- lib/telnet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/telnet.c') diff --git a/lib/telnet.c b/lib/telnet.c index 4d405b621..d9c5f07b7 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -52,7 +52,9 @@ #ifdef HAVE_NET_IF_H #include #endif +#ifdef HAVE_SYS_IOCTL_H #include +#endif #ifdef HAVE_SYS_PARAM_H #include -- cgit v1.2.3