#include #ifndef _POSIX_MONOTONIC_CLOCK #error "_POSIX_MONOTONIC_CLOCK is not defined" #endif int main(void) { return 0; }