daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / checksum.c
index e12a8a8..7967f0c 100644 (file)
@@ -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"