blob: d627b16ec0fb8edc0757fccee730ccbfef5b002e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
  | 
#ifndef NVIM_OS_UNIX_H
#define NVIM_OS_UNIX_H
#include "nvim/types.h"  // for vim_acl_T
#include "nvim/os/shell.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os_unix.h.generated.h"
#endif
#endif  // NVIM_OS_UNIX_H
  |