diff options
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r-- | libglusterfs/src/common-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 15ca1ef6a50..51e05515401 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -24,6 +24,7 @@ #endif #include <limits.h> #include <fnmatch.h> +#include <uuid/uuid.h> #ifndef ffsll #define ffsll(x) __builtin_ffsll(x) @@ -43,7 +44,6 @@ trap(void); #include "mem-pool.h" #include "compat-uuid.h" #include "iatt.h" -#include "uuid.h" #include "libglusterfs-messages.h" #include "protocol-common.h" #include "iobuf.h" |