summaryrefslogtreecommitdiffstats
path: root/src/librados-config.cc
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>2011-02-03 20:07:21 +0100
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>2011-02-08 00:13:01 +0100
commit93d32c629e1d6fdce1d6f33bd901a71f5e18b356 (patch)
tree2dc2426e8eb8f71b3b69ca0e9959dbbf2e5c5dc0 /src/librados-config.cc
parentlibrbd: Install the headers in the development package (diff)
downloadceph-93d32c629e1d6fdce1d6f33bd901a71f5e18b356.tar.xz
ceph-93d32c629e1d6fdce1d6f33bd901a71f5e18b356.zip
rados, rbd: move include files to their own directories
In order to match the path being used with the packages
Diffstat (limited to 'src/librados-config.cc')
-rw-r--r--src/librados-config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librados-config.cc b/src/librados-config.cc
index fd3a4df4490..a90011c08e5 100644
--- a/src/librados-config.cc
+++ b/src/librados-config.cc
@@ -16,7 +16,7 @@
#include "config.h"
#include "common/common_init.h"
-#include "include/librados.h"
+#include "include/rados/librados.h"
void usage()
{