>From 50cf04440eb21a5252ca6befd5f308bb308f19df Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 24 Nov 2009 16:10:13 +0000 Subject: [PATCH 2/4] dd: Missing include of Breaks compilation on Windows. --- daemon/dd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/daemon/dd.c b/daemon/dd.c index 2402e13..0a53b31 100644 --- a/daemon/dd.c +++ b/daemon/dd.c @@ -20,6 +20,7 @@ #include #include +#include #include "../src/guestfs_protocol.h" #include "daemon.h" -- 1.6.5.2