From 688bdc1a068a6c0bea58addd04d5bbe6dc1940c4 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 20 Nov 2009 10:36:21 +0000 Subject: [PATCH] daemon: Missing #includes revealed by cross-compiling. --- daemon/ext2.c | 1 + daemon/fill.c | 1 + daemon/find.c | 1 + daemon/initrd.c | 1 + 4 files changed, 4 insertions(+) diff --git a/daemon/ext2.c b/daemon/ext2.c index f768440..f46bac9 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -20,6 +20,7 @@ #include #include +#include #include #include "../src/guestfs_protocol.h" diff --git a/daemon/fill.c b/daemon/fill.c index b1b0f5e..9551502 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/daemon/find.c b/daemon/find.c index 98895ab..391b87b 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "../src/guestfs_protocol.h" diff --git a/daemon/initrd.c b/daemon/initrd.c index 9431ef1..9c92fee 100644 --- a/daemon/initrd.c +++ b/daemon/initrd.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "../src/guestfs_protocol.h" -- 1.8.3.1