summaryrefslogtreecommitdiffstats
path: root/daemon/fill.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-20 10:36:21 +0000
committerRichard Jones <rjones@redhat.com>2009-11-20 10:36:21 +0000
commit688bdc1a068a6c0bea58addd04d5bbe6dc1940c4 (patch)
treeafce704ce648cec902fe71ff7e5263de7670f941 /daemon/fill.c
parent4d35cc2ff0589e786b0194b9cfdf3aa7b01f6b29 (diff)
downloadlibguestfs-688bdc1a068a6c0bea58addd04d5bbe6dc1940c4.tar.gz
libguestfs-688bdc1a068a6c0bea58addd04d5bbe6dc1940c4.tar.xz
libguestfs-688bdc1a068a6c0bea58addd04d5bbe6dc1940c4.zip
daemon: Missing #includes revealed by cross-compiling.
Diffstat (limited to 'daemon/fill.c')
-rw-r--r--daemon/fill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/fill.c b/daemon/fill.c
index b1b0f5e7..95515025 100644
--- a/daemon/fill.c
+++ b/daemon/fill.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <fcntl.h>