diff options
Diffstat (limited to 'daemon/wc.c')
-rw-r--r-- | daemon/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/wc.c b/daemon/wc.c index 43e28e0f..397d90ca 100644 --- a/daemon/wc.c +++ b/daemon/wc.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" |