From: Dana Jansens Date: Wed, 15 Jan 2003 03:17:46 +0000 (+0000) Subject: add headers for select() X-Git-Tag: openbox-2_3_0~355 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e44d7697e56a32bafefe25e87feb67a5c29ce7ad;p=dana%2Fopenbox.git add headers for select() --- diff --git a/otk/timer.cc b/otk/timer.cc index 2d36c7a0..755096b8 100644 --- a/otk/timer.cc +++ b/otk/timer.cc @@ -7,6 +7,15 @@ #include "timer.hh" #include "display.hh" +#ifdef HAVE_SYS_SELECT_H +# include +#else +# ifdef HAVE_UNISTD_H +# include +# include +# endif // HAVE_UNISTD_H +#endif // HAVE_SYS_SELECT_H + namespace otk { timeval Timer::_nearest_timeout, Timer::_now;