HomeFreeBSD

Include <stdint.h> in unwind-arm.h, since it uses uint32_t and uint64_t

Description

Include <stdint.h> in unwind-arm.h, since it uses uint32_t and uint64_t
in various declarations.

Otherwise, depending on how unwind-arm.h is included from other source
files, the compiler may complain that uint32_t and uint64_t are unknown
types.

MFC after: 3 days

Details

Provenance
dimAuthored on
Parents
rS352305: Add RELNOTES comment for r352304 discussing removing default mlock()
Branches
Unknown
Tags
Unknown