diff options
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r-- | src/nvim/os/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index 776c36d384..9e64be35bf 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -3,7 +3,7 @@ #include <stdbool.h> -#include "types.h" +#include "nvim/types.h" // Flags for mch_call_shell() second argument typedef enum { |