summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-20 14:19:26 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-20 14:19:26 -0400
commit6d183e68ee226c10eb41576c45fcf584b6e71201 (patch)
tree0e5eaa26e5df02cec07ffb42639efd797b48550e /build_win
parent006edd3c2cd8c03548bf6ea0e52df17bd91c9ebf (diff)
downloadmongo-6d183e68ee226c10eb41576c45fcf584b6e71201.tar.gz
Split the FILE functions out to os_posix/os_stdio.c, we're going to need
Windows versions, and handling __wt_errno() belongs there anyway.
Diffstat (limited to 'build_win')
-rw-r--r--build_win/filelist.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win
index 78ddcb14a59..e297ca16b06 100644
--- a/build_win/filelist.win
+++ b/build_win/filelist.win
@@ -103,6 +103,7 @@ src/os_posix/os_alloc.c
src/os_posix/os_getline.c
src/os_posix/os_getopt.c
src/os_posix/os_mtx_rw.c
+src/os_posix/os_stdio.c
src/os_posix/os_strtouq.c
src/os_win/os_dir.c
src/os_win/os_dlopen.c