Revision: 70699
          http://sourceforge.net/p/brlcad/code/70699
Author:   brlcad
Date:     2018-02-13 06:42:17 +0000 (Tue, 13 Feb 2018)
Log Message:
-----------
aix fix for fd_mask and friends

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/unix/tkUnixEvent.c

Modified: brlcad/trunk/src/other/tk/unix/tkUnixEvent.c
===================================================================
--- brlcad/trunk/src/other/tk/unix/tkUnixEvent.c        2018-02-13 06:38:33 UTC 
(rev 70698)
+++ brlcad/trunk/src/other/tk/unix/tkUnixEvent.c        2018-02-13 06:42:17 UTC 
(rev 70699)
@@ -11,6 +11,7 @@
  */
 
 #include "tkUnixInt.h"
+#include <sys/select.h>
 #include <signal.h>
 #ifdef HAVE_XKBKEYCODETOKEYSYM
 #  include <X11/XKBlib.h>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to