diff options
Diffstat (limited to 'daemon/ext2.c')
-rw-r--r-- | daemon/ext2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ext2.c b/daemon/ext2.c index b7ce627e..725352e3 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -24,7 +24,7 @@ #include <string.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "c-ctype.h" #include "actions.h" |