[OpenMP] Fix interoperability test compilation on OpenBSD (#119053)

This commit is contained in:
Brad Smith 2024-12-09 11:13:37 -05:00 committed by GitHub
parent fea7b65f23
commit ec27eb8c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>