summaryrefslogtreecommitdiff
path: root/src/testrados.c
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/testrados.c
parent93d32c629e1d6fdce1d6f33bd901a71f5e18b356 (diff)
downloadceph-18c31893d31bbdde1c5d6ccfaa7519ddbc2573fa.tar.gz
librados, librbd, radosacl: use new include paths
Diffstat (limited to 'src/testrados.c')
-rw-r--r--src/testrados.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testrados.c b/src/testrados.c
index 8f58fd7137e..01d06023af3 100644
--- a/src/testrados.c
+++ b/src/testrados.c
@@ -12,7 +12,7 @@
*
*/
-#include "include/librados.h"
+#include "include/rados/librados.h"
#include <stdio.h>
#include <stdlib.h>