diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-07-15 00:33:03 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-15 03:18:53 -0700 |
commit | bb209f56147878ac420e4d1915e989bb11d272a2 (patch) | |
tree | 2ce9af426bac2dd845d541639e90a836c7657b92 /xlators/mgmt/glusterd/src/glusterd-sm.h | |
parent | 47dc8def246c6338cb95e71b4656962a5f74ee90 (diff) |
Bring in uuid to contrib
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 'xlators/mgmt/glusterd/src/glusterd-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-sm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-sm.h b/xlators/mgmt/glusterd/src/glusterd-sm.h index 36f7a043b..2c31238f1 100644 --- a/xlators/mgmt/glusterd/src/glusterd-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-sm.h @@ -26,7 +26,7 @@ #endif #include <pthread.h> -#include <uuid/uuid.h> +#include "uuid.h" #include "rpc-clnt.h" #include "glusterfs.h" |