summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-04-05 11:42:24 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2016-04-05 11:42:24 +1000
commitc31217f30fafde000239a93adcfe960546f13943 (patch)
tree0ba890fd133ec55c173aec2d428a6552ddedc6dc
parenta81c5bed72a9660406a8c7cc261a616fff9e8e02 (diff)
downloadmongo-c31217f30fafde000239a93adcfe960546f13943.tar.gz
WT-2533 Fix compiler error re: function prototypes.
-rw-r--r--src/os_common/os_fs_inmemory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_common/os_fs_inmemory.c b/src/os_common/os_fs_inmemory.c
index 49600557d10..260514eac66 100644
--- a/src/os_common/os_fs_inmemory.c
+++ b/src/os_common/os_fs_inmemory.c
@@ -8,6 +8,8 @@
#include "wt_internal.h"
+static int __im_handle_size(WT_SESSION_IMPL *, WT_FH *, wt_off_t *);
+
/*
* In-memory information.
*/