summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-03 12:52:24 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-03 13:15:19 +0000
commit9ff99418361cd1b56b00e4ffef52444021e60c72 (patch)
treee89a696bec6b0fc3702017ba020964d3e4f0587d /daemon/daemon.h
parentc5a6584c4fcc0051e1a333838d7562a4fba7ad1f (diff)
downloadlibguestfs-9ff99418361cd1b56b00e4ffef52444021e60c72.tar.gz
libguestfs-9ff99418361cd1b56b00e4ffef52444021e60c72.tar.xz
libguestfs-9ff99418361cd1b56b00e4ffef52444021e60c72.zip
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.
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r--daemon/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h
index e4e71597..6e9788a3 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -28,7 +28,7 @@
#include <rpc/types.h>
#include <rpc/xdr.h>
-#include "../src/guestfs_protocol.h"
+#include "guestfs_protocol.h"
/*-- in guestfsd.c --*/
extern int verbose;