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