]> Git Repo - qemu.git/blobdiff - qemu-timer.c
build: pthread_atfork() needs include of pthread.h
[qemu.git] / qemu-timer.c
index 7b2217aab003756c79d66c3f2d2be56d8b677161..8d9cf38bb2655269ffe7204698f5dc3dd2144a91 100644 (file)
@@ -30,6 +30,9 @@
 #include "hw/hw.h"
 
 #include "qemu-timer.h"
+#ifdef CONFIG_POSIX
+#include <pthread.h>
+#endif
 
 #ifdef _WIN32
 #include <mmsystem.h>
This page took 0.023084 seconds and 4 git commands to generate.