Commit 30ea8339 authored by Anthony Liguori's avatar Anthony Liguori
Browse files

build: pthread_atfork() needs include of pthread.h



Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent ed224a56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@
#include "hw/hw.h"

#include "qemu-timer.h"
#ifdef CONFIG_POSIX
#include <pthread.h>
#endif

#ifdef _WIN32
#include <mmsystem.h>