[sheepdog] [PATCH] accord-driver: fix header location
Christoph Hellwig
hch at infradead.org
Tue May 29 11:14:43 CEST 2012
It seems like accord install accord.h directly into the include directory,
not into a separate subdirectory.
If anyone installs the headers into the sudirectory the code after this patch
can still compile by using the right include path.
Signed-off-by: Christoph Hellwig <hch at lst.de>
diff --git a/sheep/cluster/accord.c b/sheep/cluster/accord.c
index 63911d5..dbbeab2 100644
--- a/sheep/cluster/accord.c
+++ b/sheep/cluster/accord.c
@@ -17,7 +17,7 @@
#include <pthread.h>
#include <sys/epoll.h>
#include <sys/eventfd.h>
-#include <accord/accord.h>
+#include <accord.h>
#include "cluster.h"
#include "event.h"
More information about the sheepdog
mailing list