summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2014-10-21 14:44:03 +0530
committerVijay Bellur <vbellur@redhat.com>2014-10-21 05:49:26 -0700
commitd57ecca6322a451242f4a2b7b5978de7c8f9088e (patch)
tree766d6e81387a7dce1740697c5622c868392219ae
parent49d6a7b17f7cffbb9a33b61c9751b37353b8bd08 (diff)
libglusterfs: include compat-errno.h in common-utils to avoid smoke failures
Change-Id: I14ae91bf20a0eb7a79b3d6028844f55642eb5426 BUG: 1151303 Signed-off-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-on: http://review.gluster.org/8955 Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r--libglusterfs/src/common-utils.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/sysctl.h>
#endif
+#include "compat-errno.h"
#include "logging.h"
#include "common-utils.h"
#include "revision.h"