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
This commit is contained in:
parent
dd69e7dc14
commit
7b01d357a2
@ -20,6 +20,9 @@
|
|||||||
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* For uint32_t and uint64_t */
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ARM-specific unwind definitions. These are taken from the ARM EHABI
|
* ARM-specific unwind definitions. These are taken from the ARM EHABI
|
||||||
* specification.
|
* specification.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user