aboutsummaryrefslogtreecommitdiff
path: root/src/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha256.c')
-rw-r--r--src/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha256.c b/src/sha256.c
index 16ee6cfad0..bc2be2678f 100644
--- a/src/sha256.c
+++ b/src/sha256.c
@@ -21,7 +21,7 @@
*/
#include "vim.h"
-
+#include "sha256.h"
static void sha256_process __ARGS((context_sha256_T *ctx, char_u data[64]));