Skip to content
Snippets Groups Projects
Commit 78dc4fa4 authored by Steven Murray's avatar Steven Murray
Browse files

Added #include <unistd.h> for gethostname()

parent 1ecd54ed
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#include <rados/librados.hpp>
#include <sys/syscall.h>
#include <errno.h>
#include <unistd.h>
namespace cta { namespace objectstore {
......@@ -159,4 +160,4 @@ BackendRados::Parameters* BackendRados::getParams() {
return ret.release();
}
}}
\ No newline at end of file
}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment