]> Dogcows Code - chaz/openbox/blobdiff - otk/timer.cc
remove the border on the handle
[chaz/openbox] / otk / timer.cc
index 2d36c7a05e8c476839711e5b9e3537212712568c..d6bd1ee3d436810c13bf4bbfb909aa37bb5a851c 100644 (file)
@@ -7,6 +7,17 @@
 #include "timer.hh"
 #include "display.hh"
 
+extern "C" {
+#ifdef    HAVE_SYS_SELECT_H
+#  include <sys/select.h>
+#else
+#  ifdef    HAVE_UNISTD_H
+#    include <sys/types.h>
+#    include <unistd.h>
+#  endif // HAVE_UNISTD_H
+#endif // HAVE_SYS_SELECT_H
+}
+
 namespace otk {
 
 timeval Timer::_nearest_timeout, Timer::_now;
This page took 0.020029 seconds and 4 git commands to generate.