]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - savevm.c
Support for DragonFly BSD (Hasso Tepper)
[thirdparty/qemu.git] / savevm.c
index a25d3658f02eaf8cb5fb5d8a968e4ae1ca0083b7..8d0ecdcb77796543bbfcc6ebeb998736592ae72d 100644 (file)
--- a/savevm.c
+++ b/savevm.c
@@ -54,7 +54,7 @@
 #include <sys/select.h>
 #ifdef _BSD
 #include <sys/stat.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 #include <libutil.h>
 #else
 #include <util.h>