qemu-thread.h: include inttypes.h
authorAlon Levy <alevy@redhat.com>
Mon, 14 Mar 2011 22:18:02 +0000 (00:18 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 2 Apr 2011 00:07:48 +0000 (19:07 -0500)
commit00a8a20ed3705be03aaabd78cfc56f68c9e9bd67
tree863fb6bc752020faeeaadc777bcce31c7424ed86
parent6cf9b269766bf682aba3c0da001b66556dfd2d22
qemu-thread.h: include inttypes.h

qemu-thread.h relies on uint64_t being defined, but doesn't include
inttypes.h explicitly. This makes it easier to use it from vscclient (part
of libcacard).
qemu-thread.h