aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.h
blob: aae05f7fccc5565ea081e81618bbd3c9e9ab33dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef NVIM_OS_UNIX_H
#define NVIM_OS_UNIX_H

#include "nvim/os/shell.h"
#include "nvim/types.h"  // for vim_acl_T

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os_unix.h.generated.h"
#endif
#endif  // NVIM_OS_UNIX_H