]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include <stdint.h> in unwind-arm.h, since it uses uint32_t and uint64_t
authordim <dim@FreeBSD.org>
Fri, 13 Sep 2019 21:00:19 +0000 (21:00 +0000)
committerdim <dim@FreeBSD.org>
Fri, 13 Sep 2019 21:00:19 +0000 (21:00 +0000)
commit40f64312863a8d3fe00644e69aef37e91d290827
tree6edff1a9496ff690afd8a1f628534bbe97c89d7c
parent24b49a6e5f15e593e928d584071fd6922922fb36
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
contrib/libcxxrt/unwind-arm.h