From d0202a5c25227e09a564a4cc61bfbf4cad191d32 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Jul 2020 17:43:41 +0200 Subject: Update zix Fixes an issue introduced by 616517f among various other minor things. --- src/zix/digest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zix/digest.h') diff --git a/src/zix/digest.h b/src/zix/digest.h index 8c96492..264c918 100644 --- a/src/zix/digest.h +++ b/src/zix/digest.h @@ -17,11 +17,11 @@ #ifndef ZIX_DIGEST_H #define ZIX_DIGEST_H +#include "zix/common.h" + #include #include -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1