daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / upload.c
index 623ad3a..c026af8 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
 #include "daemon.h"
 #include "actions.h"