Oops - make work on older (4.2) systems.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 2 Dec 1988 01:21:20 +0000 (17:21 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Fri, 2 Dec 1988 01:21:20 +0000 (17:21 -0800)
SCCS-vsn: usr.bin/telnet/utilities.c 1.10

usr/src/usr.bin/telnet/utilities.c

index 96edc78..5878478 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        1.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)utilities.c        1.10 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        TELOPTS
 #endif /* not lint */
 
 #define        TELOPTS
@@ -27,6 +27,8 @@ static char sccsid[] = "@(#)utilities.c       1.9 (Berkeley) %G%";
 
 #include "general.h"
 
 
 #include "general.h"
 
+#include "fdset.h"
+
 #include "ring.h"
 
 #include "defines.h"
 #include "ring.h"
 
 #include "defines.h"