diff options
Diffstat (limited to 'include/waiting_threads.h')
-rw-r--r-- | include/waiting_threads.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/waiting_threads.h b/include/waiting_threads.h index 6355a83b13d..cf55e586d48 100644 --- a/include/waiting_threads.h +++ b/include/waiting_threads.h @@ -18,6 +18,9 @@ #include <my_global.h> #include <my_sys.h> + +C_MODE_START + #include <lf.h> typedef struct st_wt_resource_id WT_RESOURCE_ID; @@ -155,4 +158,6 @@ void wt_thd_release(WT_THD *, WT_RESOURCE_ID *); #define wt_thd_release_all(THD) wt_thd_release((THD), 0) int wt_resource_id_memcmp(void *, void *); +C_MODE_END + #endif |