From a6b90707bf68fe62bf115cfb143d9df69627cb64 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 19 Jul 2010 05:54:25 +0000 Subject: Changes for volume commands Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1161 (gluster volume start command segfaults glusterd) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1161 --- contrib/uuid/uuid.h | 1 + contrib/uuid/uuidP.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/uuid/uuid.h b/contrib/uuid/uuid.h index ca846da0f09..ab006652fc0 100644 --- a/contrib/uuid/uuid.h +++ b/contrib/uuid/uuid.h @@ -35,6 +35,7 @@ #ifndef _UUID_UUID_H #define _UUID_UUID_H +#include "config.h" #include #ifndef _WIN32 #include diff --git a/contrib/uuid/uuidP.h b/contrib/uuid/uuidP.h index 9d6555877b2..9a2de6132fe 100644 --- a/contrib/uuid/uuidP.h +++ b/contrib/uuid/uuidP.h @@ -32,6 +32,7 @@ * %End-Header% */ +#include "uuid.h" #ifdef HAVE_INTTYPES_H #include #else @@ -39,7 +40,6 @@ #endif #include -#include "uuid.h" /* * Offset between 15-Oct-1582 and 1-Jan-70 -- cgit