daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / is.c
index 4a834f4..6f35489 100644 (file)
@@ -25,7 +25,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
 #include "daemon.h"
 #include "actions.h"