summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiubo Li <lixiubo@cmss.chinamobile.com>2018-01-19 03:24:38 -0500
committerXiubo Li <lixiubo@cmss.chinamobile.com>2018-01-21 21:12:31 -0500
commitf217c0bf9cf464e21c01fa50643b778f236acedb (patch)
tree7f4a26e8129488f854a7e8a923d6b4166d13258a
parent46f460fa669ce9f7b9f2de9e54cefc3726dcd029 (diff)
gluster-block: Fix build error due to couldn't find the glfs.h
When using the newest glusterfs.git, this project couldn't be build successfully due to lacking the glfs.h header file. More detail please see glusterfs's commit: 684d62276af37c260671024ce17cb281f493b289 This will still be compatible with older glusterfs's versions. BUG: 1536908 Change-Id: Ie27a4921daa2b2f989488b167188a9b13569806a Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
-rw-r--r--utils/lru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lru.h b/utils/lru.h
index adb2834..9be3084 100644
--- a/utils/lru.h
+++ b/utils/lru.h
@@ -12,7 +12,7 @@
# ifndef _LRU_H
# define _LRU_H 1
-# include <api/glfs.h>
+# include <glusterfs/api/glfs.h>
# include "common.h"
# include "list.h"