diff options
Diffstat (limited to 'src/radosacl.cc')
-rw-r--r-- | src/radosacl.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/radosacl.cc b/src/radosacl.cc index d2f7ca5c488..361d1e481aa 100644 --- a/src/radosacl.cc +++ b/src/radosacl.cc @@ -11,17 +11,17 @@ * Foundation. See file COPYING. * */ - #include "include/types.h" -#include "include/rados/librados.hpp" -using namespace librados; #include <iostream> - #include <stdlib.h> #include <time.h> #include <errno.h> +#include "include/rados/librados.hpp" + +using namespace librados; + void buf_to_hex(const unsigned char *buf, int len, char *str) { str[0] = '\0'; |