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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/base64.h b/src/nvim/base64.h
new file mode 100644
index 0000000000..511aa27d10
--- /dev/null
+++ b/src/nvim/base64.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stddef.h> // IWYU pragma: keep
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "base64.h.generated.h"
+#endif