From: Dana Jansens Date: Wed, 15 Jan 2003 03:18:01 +0000 (+0000) Subject: extern "C" the C headers X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3e82959514b2f638fcdc153496cc298075b7be9a;p=chaz%2Fopenbox extern "C" the C headers --- diff --git a/otk/timer.cc b/otk/timer.cc index 755096b8..d6bd1ee3 100644 --- a/otk/timer.cc +++ b/otk/timer.cc @@ -7,6 +7,7 @@ #include "timer.hh" #include "display.hh" +extern "C" { #ifdef HAVE_SYS_SELECT_H # include #else @@ -15,6 +16,7 @@ # include # endif // HAVE_UNISTD_H #endif // HAVE_SYS_SELECT_H +} namespace otk {