diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-07-15 06:05:52 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-15 05:37:35 -0700 |
commit | 11cae38ac007ed55c2bc1217da1a80fc367100e8 (patch) | |
tree | 2a8b2b41ced579229290aed30c52d972cb266d13 /contrib/uuid | |
parent | 2546b7f5bf1d747262d956cb233676c563423370 (diff) |
Fix compilation issues when uuid/uuid.h is not present
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'contrib/uuid')
-rw-r--r-- | contrib/uuid/tst_uuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uuid/tst_uuid.c b/contrib/uuid/tst_uuid.c index 7ac0207e5aa..e03138f7d18 100644 --- a/contrib/uuid/tst_uuid.c +++ b/contrib/uuid/tst_uuid.c @@ -41,7 +41,7 @@ #include <stdio.h> #include <stdlib.h> -#include <uuid/uuid.h> +#include "uuid.h" static int test_uuid(const char * uuid, int isValid) { |