mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
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 <danielmartinez@cock.li> (cherry picked from commit 45fe67dd61a6ac7df84d3a586e41c36a4767757f)
This commit is contained in:
parent
a5b2e43ff0
commit
c8b11e9300
@ -13,6 +13,7 @@
|
||||
#ifndef OMPTARGET_SHARED_SOURCE_INFO_H
|
||||
#define OMPTARGET_SHARED_SOURCE_INFO_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user