add missing <stdint.h> include
authordann frazier <dannf@debian.org>
Wed, 12 Mar 2014 21:51:44 +0000 (15:51 -0600)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:25 +0000 (20:38 +0900)
commit2e926c7be4f69d68064ffd62dfaa6d7013d3f9fa
tree815b9e3566aea5af83c705bfdebcab8695f191f0
parented53f623e77a450a97b9980637d57d3100412a1c
add missing <stdint.h> include

aarch64's fetch.c uses the uintptr_t typedef defined by stdint.h without
including it. This doesn't currently cause a build failure because stdint.h
is indirectly included via proc.h.

Signed-off-by: dann frazier <dannf@debian.org>
sysdeps/linux-gnu/aarch64/fetch.c