Skip to content

Commit 45fe67d

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

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)