diff options
author | Yehuda Sadeh <yehuda.sadeh@dreamhost.com> | 2011-02-03 20:07:21 +0100 |
---|---|---|
committer | Yehuda Sadeh <yehuda.sadeh@dreamhost.com> | 2011-02-08 00:13:01 +0100 |
commit | 93d32c629e1d6fdce1d6f33bd901a71f5e18b356 (patch) | |
tree | 2dc2426e8eb8f71b3b69ca0e9959dbbf2e5c5dc0 /src/librados-config.cc | |
parent | librbd: Install the headers in the development package (diff) | |
download | ceph-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.cc | 2 |
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() { |