]> git.proxmox.com Git - qemu.git/commit
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)
commit65097429ae1929c0c2da5577f6510a1eac82bd7a
tree863fb6bc752020faeeaadc777bcce31c7424ed86
parentf20600f213d4cae223660b4ca2eddf139f5e681e
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