From 204149d9b46ccec3a354ad4cfcc230c1fab93982 Mon Sep 17 00:00:00 2001 From: "Hongzhi.Song" Date: Tue, 12 Mar 2019 22:04:12 -0700 Subject: [PATCH] dependence on correct header file path To avoid the below building error, use the correct header file path. xlators/features/glupy/src/glupy.c:13:20: fatal error: Python.h: No such file or directory Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Xulin Sun [Hongzhi:adjust the patch for v5.4] Signed-off-by: Hongzhi.Song --- xlators/features/glupy/src/glupy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/features/glupy/src/glupy.c b/xlators/features/glupy/src/glupy.c index d1a111e..58cdaf9 100644 --- a/xlators/features/glupy/src/glupy.c +++ b/xlators/features/glupy/src/glupy.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include "glusterfs.h" #include "xlator.h" -- 2.17.1