Skip to content

Commit c8b11e9

Browse files
Calandracas606Daniel Martinez
authored andcommitted
Fix build on musl by including stdint.h (#81434)
openmp fails to build on musl since it lacks the defines for int32_t Co-authored-by: Daniel Martinez <[email protected]> (cherry picked from commit 45fe67d)
1 parent a5b2e43 commit c8b11e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmp/libomptarget/include/Shared/SourceInfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef OMPTARGET_SHARED_SOURCE_INFO_H
1414
#define OMPTARGET_SHARED_SOURCE_INFO_H
1515

16+
#include <stdint.h>
1617
#include <string>
1718

1819
#ifdef _WIN32

0 commit comments

Comments
 (0)