summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wt_internal.h')
-rw-r--r--src/include/wt_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index dc3e3a0b6c0..e18563dd2d2 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -108,8 +108,8 @@ struct __wt_col_rle;
typedef struct __wt_col_rle WT_COL_RLE;
struct __wt_colgroup;
typedef struct __wt_colgroup WT_COLGROUP;
-struct __wt_compact;
- typedef struct __wt_compact WT_COMPACT;
+struct __wt_compact_state;
+ typedef struct __wt_compact_state WT_COMPACT_STATE;
struct __wt_condvar;
typedef struct __wt_condvar WT_CONDVAR;
struct __wt_config;