summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-03-15 07:06:46 +0000
committerBill Spitzak <spitzak@gmail.com>1999-03-15 07:06:46 +0000
commit8b80ea35fe7923e45f530622b4b00981efa05e2b (patch)
treebd96a83babbfd8fb4c4687c35670d6985dde1d7a
parentcb3e368539ffaa910bf5538a26efcf5d39e33575 (diff)
Fixes for os2x by Alexander Mai
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_x.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 1074b9e91..ceb847fd8 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_x.cxx,v 1.24 1999/03/09 17:08:35 mike Exp $"
+// "$Id: Fl_x.cxx,v 1.24.2.1 1999/03/15 07:06:46 bill Exp $"
//
// X specific code for the Fast Light Tool Kit (FLTK).
//
@@ -64,9 +64,6 @@ struct pollfd {int fd; short events; short revents;};
//#define select(a,b,c,d,e) select((a),(int *)(b),(int *)(c),(int *)(d),(e))
-#ifdef __EMX__
-#include <sys/select.h>
-#endif
#endif
#define MAXFD 8
@@ -827,5 +824,5 @@ void Fl_Window::make_current() {
#endif
//
-// End of "$Id: Fl_x.cxx,v 1.24 1999/03/09 17:08:35 mike Exp $".
+// End of "$Id: Fl_x.cxx,v 1.24.2.1 1999/03/15 07:06:46 bill Exp $".
//