From f217c0bf9cf464e21c01fa50643b778f236acedb Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Fri, 19 Jan 2018 03:24:38 -0500 Subject: 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 --- utils/lru.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +# include # include "common.h" # include "list.h" -- cgit