all repos — openbox @ 3e82959514b2f638fcdc153496cc298075b7be9a

openbox fork - make it a bit more like ryudo

extern "C" the C headers
Dana Jansens danakj@orodu.net
commit

3e82959514b2f638fcdc153496cc298075b7be9a

parent

e44d7697e56a32bafefe25e87feb67a5c29ce7ad

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M otk/timer.ccotk/timer.cc

@@ -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 <sys/types.h>

# include <unistd.h> # endif // HAVE_UNISTD_H #endif // HAVE_SYS_SELECT_H +} namespace otk {