Re: [Qemu-devel] [PATCH 2/2] cache-utils.h needs stdint.h for uintptr_t

2012-03-08 Thread David Gibson
On Thu, Mar 08, 2012 at 07:10:38AM +0100, Stefan Weil wrote: > Am 08.03.2012 02:09, schrieb David Gibson: > >cache-utils.h uses the C99 standard uintptr_t type. However, that type > >comes from stdint.h which is not #included before cache-utils.h in all > >configurations. This patch adds the nece

Re: [Qemu-devel] [PATCH 2/2] cache-utils.h needs stdint.h for uintptr_t

2012-03-07 Thread Stefan Weil
Am 08.03.2012 02:09, schrieb David Gibson: cache-utils.h uses the C99 standard uintptr_t type. However, that type comes from stdint.h which is not #included before cache-utils.h in all configurations. This patch adds the necessary include to fix this. Signed-off-by: David Gibson --- cache-ut

[Qemu-devel] [PATCH 2/2] cache-utils.h needs stdint.h for uintptr_t

2012-03-07 Thread David Gibson
cache-utils.h uses the C99 standard uintptr_t type. However, that type comes from stdint.h which is not #included before cache-utils.h in all configurations. This patch adds the necessary include to fix this. Signed-off-by: David Gibson --- cache-utils.h |2 ++ 1 files changed, 2 insertion