X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffind.c;h=535e46f6d1c7d02e74e567176ced2fd5d081024b;hp=98895ab30b1fcb26aad719970aca0cd5b87ab8c6;hb=71b02d6654395ff04689055f3820b3ad4e54ec00;hpb=de64183f3d0d04127c2e7690c87435e6649d30a6 diff --git a/daemon/find.c b/daemon/find.c index 98895ab..535e46f 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "../src/guestfs_protocol.h" @@ -113,7 +114,7 @@ do_find (const char *dir) } } if (pclose (fp) != 0) { - reply_with_perror ("pclose: find"); + reply_with_perror ("pclose"); free_stringslen (res, size); return NULL; }