]> Dogcows Code - chaz/openbox/blobdiff - otk/timer.cc
use otk objects in the ob scripts by importing otk
[chaz/openbox] / otk / timer.cc
index 755096b84cf9c564460fc368b4a3b96604e0c7a8..d6bd1ee3d436810c13bf4bbfb909aa37bb5a851c 100644 (file)
@@ -7,6 +7,7 @@
 #include "timer.hh"
 #include "display.hh"
 
+extern "C" {
 #ifdef    HAVE_SYS_SELECT_H
 #  include <sys/select.h>
 #else
@@ -15,6 +16,7 @@
 #    include <unistd.h>
 #  endif // HAVE_UNISTD_H
 #endif // HAVE_SYS_SELECT_H
+}
 
 namespace otk {
 
This page took 0.019816 seconds and 4 git commands to generate.