From a9519654032d2f09e76870d5d04dae2dff752c5b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 24 Nov 2009 16:10:13 +0000 Subject: dd: Missing include of Breaks compilation on Windows. --- daemon/dd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon/dd.c') diff --git a/daemon/dd.c b/daemon/dd.c index 2402e13e..0a53b316 100644 --- a/daemon/dd.c +++ b/daemon/dd.c @@ -20,6 +20,7 @@ #include #include +#include #include "../src/guestfs_protocol.h" #include "daemon.h" -- cgit