From 1a626ab0cbf368b8bb5e41d850f759229d7039cd Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 15 Jan 2016 18:05:54 -0500 Subject: build flags --- src/auth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.1