diff options
Diffstat (limited to 'daemon/file.c')
-rw-r--r-- | daemon/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/file.c b/daemon/file.c index c16a00a2..e3a3c30f 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -25,7 +25,7 @@ #include <fcntl.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" |