cache-utils: Add missing include file for uintptr_t
authorStefan Weil <sw@weilnetz.de>
Mon, 5 Mar 2012 20:15:19 +0000 (21:15 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 11 Mar 2012 11:25:19 +0000 (11:25 +0000)
commite04b28996110bd6acfc059e9f2c8c5aba5119a46
treeb67303aa990b98bc46f379fd487a0e5c5e209338
parent250b086efbf25301a8dc34c3d557c163d7ff14b2
cache-utils: Add missing include file for uintptr_t

Commit 021ecd8b9db37927059f5d3234b51ed766706437 breaks the build for
PPC hosts because it uses uintptr_t without the necessary include file.

uintptr_t is defined in stdint.h, so add this include.

Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cache-utils.h