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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index 4d46a25b63c..3f4e0ada7f1 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -164,6 +164,8 @@ struct __wt_ext;
typedef struct __wt_ext WT_EXT;
struct __wt_extlist;
typedef struct __wt_extlist WT_EXTLIST;
+struct __wt_fair_lock;
+ typedef struct __wt_fair_lock WT_FAIR_LOCK;
struct __wt_fh;
typedef struct __wt_fh WT_FH;
struct __wt_hazard;