X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fapi.h;h=c5d716f65f47a861988cc864182f44994f46d4f1;hb=78bec10ca517bf457cba0cddfdb3516ee153e36f;hp=49c96f7d969eb4fa01bb35b7efc0c50266e88d79;hpb=8c4f4949473b6a74419e323c55cae2a8a33d58c0;p=urcu.git diff --git a/tests/api.h b/tests/api.h index 49c96f7..c5d716f 100644 --- a/tests/api.h +++ b/tests/api.h @@ -27,11 +27,9 @@ * to redistribute under later versions of GPL might not be available. */ +#include #include -#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) -#define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1) - /* * Machine parameters. */