X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-thread.h;h=0a73d50524929f8a7387c6d163e2c4eb2dfe958a;hb=b89f4a7d2a9d4261288ae4d75ae103177c172c3f;hp=edc7ab68589e9b3875d19a886b4e64191485af27;hpb=31b7c261a207e1e670d737ec78a87dd031bd8f73;p=qemu.git diff --git a/qemu-thread.h b/qemu-thread.h index edc7ab685..0a73d5052 100644 --- a/qemu-thread.h +++ b/qemu-thread.h @@ -1,6 +1,8 @@ #ifndef __QEMU_THREAD_H #define __QEMU_THREAD_H 1 +#include + typedef struct QemuMutex QemuMutex; typedef struct QemuCond QemuCond; typedef struct QemuThread QemuThread;