X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffind.c;h=626017d17515da8706b885e9829483795e728cb9;hp=98895ab30b1fcb26aad719970aca0cd5b87ab8c6;hb=e3acf93ce9e87ce308cf50a4f41408b25dd910e9;hpb=de64183f3d0d04127c2e7690c87435e6649d30a6 diff --git a/daemon/find.c b/daemon/find.c index 98895ab..626017d 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -23,9 +23,10 @@ #include #include #include +#include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.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; }