From 8e495e92590107369626fdf98e93a7d0b2ca0507 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 10 Mar 2013 21:35:54 +0000 Subject: Add missing pthread.h include to logging.h Change-Id: I986b3e978616510ed92903e192222be513297284 BUG: 920369 Signed-off-by: Justin Clift Reviewed-on: http://review.gluster.org/4653 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- libglusterfs/src/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index c45246e4..d08f944c 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -19,6 +19,7 @@ #include #include #include +#include #ifdef GF_DARWIN_HOST_OS #define GF_PRI_FSBLK "u" -- cgit