Skip to content

Commit

Permalink
Fix build on musl by including stdint.h (#81434)
Browse files Browse the repository at this point in the history
openmp fails to build on musl since it lacks the defines for int32_t

Co-authored-by: Daniel Martinez <danielmartinez@cock.li>
  • Loading branch information
Calandracas606 and Daniel Martinez authored Feb 22, 2024
1 parent 0eb64ee commit 45fe67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmp/libomptarget/include/Shared/SourceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifndef OMPTARGET_SHARED_SOURCE_INFO_H
#define OMPTARGET_SHARED_SOURCE_INFO_H

#include <stdint.h>
#include <string>

#ifdef _WIN32
Expand Down

0 comments on commit 45fe67d

Please sign in to comment.