diff options
Diffstat (limited to 'src/nvim/lua/base64.h')
-rw-r--r-- | src/nvim/lua/base64.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/lua/base64.h b/src/nvim/lua/base64.h new file mode 100644 index 0000000000..3c95968cda --- /dev/null +++ b/src/nvim/lua/base64.h @@ -0,0 +1,7 @@ +#pragma once + +#include <lua.h> // IWYU pragma: keep + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "lua/base64.h.generated.h" +#endif |