diff options
Diffstat (limited to 'xlators/cluster/stripe/src/stripe.c')
-rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 6010c1ed6c3..557a8185352 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -26,8 +26,8 @@ #include <fnmatch.h> #include "stripe.h" #include "libxlator.h" -#include "byte-order.h" -#include "statedump.h" +#include <glusterfs/byte-order.h> +#include <glusterfs/statedump.h> struct volume_options options[]; |