Index: openmp/trunk/runtime/test/ompt/callback.h =================================================================== --- openmp/trunk/runtime/test/ompt/callback.h +++ openmp/trunk/runtime/test/ompt/callback.h @@ -1,6 +1,11 @@ +#ifndef _BSD_SOURCE #define _BSD_SOURCE +#endif #define _DEFAULT_SOURCE #include +#ifndef __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS +#endif #include #include #include