daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / grep.c
index 73e58dd..09683ef 100644 (file)
@@ -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"