Add missing include file

This commit is contained in:
erw7
2019-11-17 12:20:24 +09:00
committed by Björn Linse
parent a5a3d7160d
commit 4e06594c53

View File

@@ -2,6 +2,7 @@
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include "nvim/vim.h"
#include "nvim/os/os_win_console.h"
int os_get_conin_fd(void)
{