texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6272] include sys/select.h in pseudotty.c


From: Gavin D. Smith
Subject: [6272] include sys/select.h in pseudotty.c
Date: Sun, 17 May 2015 14:12:33 +0000

Revision: 6272
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6272
Author:   gavin
Date:     2015-05-17 14:12:32 +0000 (Sun, 17 May 2015)
Log Message:
-----------
include sys/select.h in pseudotty.c

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/pseudotty.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-05-17 14:08:26 UTC (rev 6271)
+++ trunk/ChangeLog     2015-05-17 14:12:32 UTC (rev 6272)
@@ -3,6 +3,8 @@
        * info/t/index-apropos.sh: Don't run printf in background to 
        pass input keystrokes into program.  (Attempt at fixing test 
        failure reported by Assaf Gordon.)
+       * info/pseudotty.c: Include sys/select.h for fd_set and others.  
+       Reported by Assaf Gordon.
 
 2015-05-17  Gavin Smith  <address@hidden>
 

Modified: trunk/info/pseudotty.c
===================================================================
--- trunk/info/pseudotty.c      2015-05-17 14:08:26 UTC (rev 6271)
+++ trunk/info/pseudotty.c      2015-05-17 14:12:32 UTC (rev 6272)
@@ -29,6 +29,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
+#include <sys/select.h>
 #include <stdlib.h>
 #include <string.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]