summaryrefslogtreecommitdiffstats
path: root/xlators/performance/decompounder/src/decompounder-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder-mem-types.h')
-rw-r--r--xlators/performance/decompounder/src/decompounder-mem-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/decompounder/src/decompounder-mem-types.h b/xlators/performance/decompounder/src/decompounder-mem-types.h
index 8b3049ffb18..1a31f7c892c 100644
--- a/xlators/performance/decompounder/src/decompounder-mem-types.h
+++ b/xlators/performance/decompounder/src/decompounder-mem-types.h
@@ -11,7 +11,7 @@
#ifndef __DC_MEM_TYPES_H__
#define __DC_MEM_TYPES_H__
-#include "mem-types.h"
+#include <glusterfs/mem-types.h>
enum gf_dc_mem_types_ { gf_dc_mt_rsp_t = gf_common_mt_end + 1, gf_dc_mt_end };
#endif