aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
diff options
context:
space:
mode:
authorCarlo Abelli <carlo.abelli@gmail.com>2017-05-08 09:08:12 -0400
committerJustin M. Keyes <justinkz@gmail.com>2017-05-08 15:08:12 +0200
commitaace622ca5ffe4deb72989452dc60877304d71aa (patch)
tree11ce4c2155f6da2e06a665d2fc829ac12d01c42e /src/nvim/os
parenta9605bb4aff76a934a4c39fbda093ee8fc8a1c71 (diff)
downloadrneovim-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.h2
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