diff options
author | Carlo Abelli <carlo.abelli@gmail.com> | 2017-05-08 09:08:12 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-08 15:08:12 +0200 |
commit | aace622ca5ffe4deb72989452dc60877304d71aa (patch) | |
tree | 11ce4c2155f6da2e06a665d2fc829ac12d01c42e /src/nvim/os | |
parent | a9605bb4aff76a934a4c39fbda093ee8fc8a1c71 (diff) | |
download | rneovim-aace622ca5ffe4deb72989452dc60877304d71aa.tar.gz rneovim-aace622ca5ffe4deb72989452dc60877304d71aa.tar.bz2 rneovim-aace622ca5ffe4deb72989452dc60877304d71aa.zip |
refactor/single-include (#6687)
Diffstat (limited to 'src/nvim/os')
-rw-r--r-- | src/nvim/os/shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index 58960db157..48503f2601 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -1,6 +1,8 @@ #ifndef NVIM_OS_SHELL_H #define NVIM_OS_SHELL_H +#include <stdio.h> + #include "nvim/types.h" // Flags for os_call_shell() second argument |