diff options
Diffstat (limited to 'src/nvim/os/dl.h')
-rw-r--r-- | src/nvim/os/dl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/os/dl.h b/src/nvim/os/dl.h new file mode 100644 index 0000000000..302e4e6678 --- /dev/null +++ b/src/nvim/os/dl.h @@ -0,0 +1,10 @@ +#ifndef NVIM_OS_DL_H +#define NVIM_OS_DL_H + +#include <stdbool.h> +#include <stdint.h> + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/dl.h.generated.h" +#endif +#endif // NVIM_OS_DL_H |