diff options
author | Justin Clift <jclift@redhat.com> | 2013-03-10 21:35:54 +0000 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-03-12 08:09:38 -0700 |
commit | 8e495e92590107369626fdf98e93a7d0b2ca0507 (patch) | |
tree | a1849cde0130af9d66f25123ede8338dac344790 /libglusterfs/src/logging.h | |
parent | 35660032d6549a519c3fd72d9e2044ff22614b38 (diff) |
Add missing pthread.h include to logging.h
Change-Id: I986b3e978616510ed92903e192222be513297284
BUG: 920369
Signed-off-by: Justin Clift <jclift@redhat.com>
Reviewed-on: http://review.gluster.org/4653
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r-- | libglusterfs/src/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index c45246e4461..d08f944cc49 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -19,6 +19,7 @@ #include <stdint.h> #include <stdio.h> #include <stdarg.h> +#include <pthread.h> #ifdef GF_DARWIN_HOST_OS #define GF_PRI_FSBLK "u" |