X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-endian.h;h=9ec7cd9b7abce38c7b85ab795a49da97483922cd;hb=bf956ec0051ba7f365693e194bc0aeaf4343a82c;hp=a626027eb4250344836373a587417c8099695aa0;hpb=ad496c21b85087f600271299c9cd2a3ffe00c4c1;p=lttng-ust.git diff --git a/include/lttng/ust-endian.h b/include/lttng/ust-endian.h index a626027e..9ec7cd9b 100644 --- a/include/lttng/ust-endian.h +++ b/include/lttng/ust-endian.h @@ -18,12 +18,12 @@ * modified is included with the above copyright notice. */ -#ifdef __linux__ +#if (defined(__linux__) || defined(__CYGWIN__)) #include #elif defined(__FreeBSD__) #include #else -#error "Please add support for your OS into lttng/ust-endian.h." +#error "Please add support for your OS." #endif #ifndef FLOAT_WORD_ORDER