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