daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / file.c
index c16a00a..e3a3c30 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"