]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r352306:
authorDimitry Andric <dim@FreeBSD.org>
Mon, 16 Sep 2019 06:01:06 +0000 (06:01 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Mon, 16 Sep 2019 06:01:06 +0000 (06:01 +0000)
commit3f863abb9128ef22664a80d5c21527ff676f1140
tree5c20e42a38e0513ce5f54647a6233437931343fe
parented7ef1934fff334655e46d59822511abe7fbd3af
MFC r352306:

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.
contrib/libcxxrt/unwind-arm.h