aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/sha256.h')
-rw-r--r--src/nvim/sha256.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/sha256.h b/src/nvim/sha256.h
index c8ffa94cc4..1ab283027a 100644
--- a/src/nvim/sha256.h
+++ b/src/nvim/sha256.h
@@ -1,6 +1,10 @@
#ifndef NVIM_SHA256_H
#define NVIM_SHA256_H
+#include <stdint.h> // for uint32_t
+
+#include "nvim/types.h" // for char_u
+
typedef struct {
uint32_t total[2];
uint32_t state[8];