--- app/cms.c 2010-07-26 08:54:44.024451199 +0200 +++ app/cms.c 2010-07-25 21:57:19.196512212 +0200 @@ -37,15 +37,20 @@ #endif #ifdef HAVE_OY -#include #ifndef OYRANOS_VERSION #define OYRANOS_VERSION 0 #endif #if OYRANOS_VERSION < 108 +#include #include /* ntohl */ #include #else -#include +#include +#if OYRANOS_VERSION < 110 +#include +#else +#include +#endif #endif #endif --- app/main.c 2010-07-26 08:54:44.050451458 +0200 +++ app/main.c 2010-07-25 21:08:48.700385102 +0200 @@ -54,9 +54,15 @@ #endif /* WAIT_ANY */ #ifdef HAVE_OY +# if OYRANOS_VERSION > 107 +#include +#include +#include +# else #include #include #include +# endif char *oyranos_temp_path = NULL; void *myAlloc(size_t n) { return calloc(sizeof(char), n); } #endif