aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/base64.h')
-rw-r--r--src/nvim/base64.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/base64.h b/src/nvim/base64.h
new file mode 100644
index 0000000000..2162fd9ba2
--- /dev/null
+++ b/src/nvim/base64.h
@@ -0,0 +1,10 @@
+#ifndef NVIM_BASE64_H
+#define NVIM_BASE64_H
+
+#include <stddef.h>
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "base64.h.generated.h"
+#endif
+
+#endif // NVIM_BASE64_H