[app-emulation/qemu] sync with tree

This commit is contained in:
2016-03-24 10:50:47 +01:00
parent b945e9de8d
commit 464819d880
16 changed files with 1211 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
Linux C libs are moving away from implicit header pollution with sys/types.h
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -78,6 +78,10 @@ extern int daemon(int, int);
#include <assert.h>
#include <signal.h>
+#ifdef __linux__
+#include <sys/sysmacros.h>
+#endif
+
#ifdef __OpenBSD__
#include <sys/signal.h>
#endif