diff -r 16590c9c497c -r 7b2f2cab6348 ucx/ucx.h --- a/ucx/ucx.h Wed Oct 10 14:18:06 2012 +0200 +++ b/ucx/ucx.h Wed Oct 10 14:26:53 2012 +0200 @@ -11,6 +11,9 @@ #include #ifdef __cplusplus +#ifndef _Bool +#define _Bool bool +#endif extern "C" { #endif