From d57ecca6322a451242f4a2b7b5978de7c8f9088e Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Tue, 21 Oct 2014 14:44:03 +0530 Subject: libglusterfs: include compat-errno.h in common-utils to avoid smoke failures Change-Id: I14ae91bf20a0eb7a79b3d6028844f55642eb5426 BUG: 1151303 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/8955 Reviewed-by: Pranith Kumar Karampuri Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- libglusterfs/src/common-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 606dda9b9a5..0f1aceec39b 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -39,6 +39,7 @@ #include #endif +#include "compat-errno.h" #include "logging.h" #include "common-utils.h" #include "revision.h" -- cgit