summaryrefslogtreecommitdiff
path: root/src/radosacl.cc
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-02-03 11:58:15 -0800
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>2011-02-07 15:13:02 -0800
commit18c31893d31bbdde1c5d6ccfaa7519ddbc2573fa (patch)
treea5a345e7bdab960de930c1e0b8ef3370b64ccc52 /src/radosacl.cc
parent93d32c629e1d6fdce1d6f33bd901a71f5e18b356 (diff)
downloadceph-18c31893d31bbdde1c5d6ccfaa7519ddbc2573fa.tar.gz
librados, librbd, radosacl: use new include paths
Diffstat (limited to 'src/radosacl.cc')
-rw-r--r--src/radosacl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radosacl.cc b/src/radosacl.cc
index 126e585cf04..36ad761413d 100644
--- a/src/radosacl.cc
+++ b/src/radosacl.cc
@@ -13,7 +13,7 @@
*/
#include "include/types.h"
-#include "include/librados.hpp"
+#include "include/rados/librados.hpp"
using namespace librados;
#include <iostream>