diff options
Diffstat (limited to 'daemon/fill.c')
-rw-r--r-- | daemon/fill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/fill.c b/daemon/fill.c index 8686226f..d78e6eeb 100644 --- a/daemon/fill.c +++ b/daemon/fill.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" |