Index: openmp/trunk/runtime/test/ompt/misc/interoperability.cpp =================================================================== --- openmp/trunk/runtime/test/ompt/misc/interoperability.cpp +++ openmp/trunk/runtime/test/ompt/misc/interoperability.cpp @@ -3,7 +3,11 @@ #include #include +#if !defined(__NetBSD__) #include +#else +#include +#endif #include "callback.h" #include "omp.h"