extern "C" the C headers

This commit is contained in:
Dana Jansens 2003-01-15 03:18:01 +00:00
parent e44d7697e5
commit 3e82959514

View 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 {