daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / debug.c
index b6d9f68..091e741 100644 (file)
@@ -28,7 +28,7 @@
 #include <dirent.h>
 #include <sys/resource.h>
 
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
 #include "daemon.h"
 #include "actions.h"