]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/bsdload.c
rbd: Reject -blockdev server.*.{numeric, to, ipv4, ipv6}
[mirror_qemu.git] / bsd-user / bsdload.c
index 2abc7136e0cabfee4db3ded4edcb04fca0da61d6..94eec363b21f5dc061f344490419e5ec69b6f9ec 100644 (file)
@@ -1,12 +1,6 @@
 /* Code for loading BSD executables.  Mostly linux kernel code.  */
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include "qemu/osdep.h"
 
 #include "qemu.h"