diff --git a/utest.h b/utest.h index d3ec66f..d39597c 100644 --- a/utest.h +++ b/utest.h @@ -54,6 +54,14 @@ // c libraries like musl. Instead we include limits.h, which we know on all // glibc distributions includes features.h #include + +#if defined(__GLIBC__) +#elif defined(__GNU_LIBRARY__) +#error using __GNU_LIBRARY__ +#else +#error neither was set! +#endif + #include #else #error Unknown platform!