]> Git Repo - qemu.git/commit
cache-utils: Add missing include file for uintptr_t
authorStefan Weil <[email protected]>
Mon, 5 Mar 2012 20:15:19 +0000 (21:15 +0100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
cache-utils.h
This page took 0.024511 seconds and 4 git commands to generate.