Please add following code to **xud.h**: ``` #if XCC_VERSION_YEAR < 15 #define xcore_clock_t clock #endif ``` Then older compilers can compile the lib, too.