Index: runtime/test/ompt/misc/interoperability.cpp =================================================================== --- runtime/test/ompt/misc/interoperability.cpp +++ 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"