aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auth.h b/src/auth.h
index 908d043..578f6d8 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -18,6 +18,8 @@
#pragma once
+#include "globals.h"
+
#define SALT_LEN 12
#define ALGO GCRY_MD_SHA512
#define AUTH_HASHLEN (512/8)