[OpenMP] Fix interoperability test compilation on OpenBSD (#119053)
This commit is contained in:
parent
fea7b65f23
commit
ec27eb8c6b
@ -3,7 +3,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#if !defined(__FreeBSD__) && !defined(__NetBSD__)
|
||||
#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
|
||||
#include <alloca.h>
|
||||
#else
|
||||
#include <cstdlib>
|
||||
|
Loading…
x
Reference in New Issue
Block a user