daemon: Don't use ../src path to include generator_protocol.h
[libguestfs.git] / daemon / base64.c
index 1d2d1d0..7e07a6a 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <fcntl.h>
 
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
 #include "daemon.h"
 #include "actions.h"