From 9ff99418361cd1b56b00e4ffef52444021e60c72 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Nov 2010 12:52:24 +0000 Subject: daemon: Don't use ../src path to include generator_protocol.h This file is already hard-linked into the current directory, so the relative path is not required. --- daemon/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/command.c') diff --git a/daemon/command.c b/daemon/command.c index 48bed2de..8ad5db5c 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -22,7 +22,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" -- cgit