]> git.proxmox.com Git - qemu.git/blobdiff - qemu-thread.h
Fix qjson test of solidus encoding
[qemu.git] / qemu-thread.h
index edc7ab68589e9b3875d19a886b4e64191485af27..0a73d50524929f8a7387c6d163e2c4eb2dfe958a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __QEMU_THREAD_H
 #define __QEMU_THREAD_H 1
 
+#include <inttypes.h>
+
 typedef struct QemuMutex QemuMutex;
 typedef struct QemuCond QemuCond;
 typedef struct QemuThread QemuThread;