diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
| commit | e16ff72e71172730f1d2e7c814f774c1174af36b (patch) | |
| tree | b8ddb9093314c71a56cd2542ebb675ddaf2c02e2 /src/nvim/getchar.c | |
| parent | ed1070bb24d61cfeb13c7afa65de64540dabe535 (diff) | |
| parent | 3fc18e25b8f6c1ead673ce9283461af9495829c4 (diff) | |
| download | rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.gz rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.bz2 rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.zip | |
Merge #2148 'misc1.c: split some environment functions'
Diffstat (limited to 'src/nvim/getchar.c')
| -rw-r--r-- | src/nvim/getchar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 96ce586a9e..bb251c102e 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -51,6 +51,7 @@ #include "nvim/undo.h" #include "nvim/os/event.h" #include "nvim/os/input.h" +#include "nvim/os/os.h" /* * These buffers are used for storing: |
