summaryrefslogtreecommitdiffstats
path: root/src/zix/digest.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-17 17:43:41 +0200
committerDavid Robillard <d@drobilla.net>2020-07-17 17:43:41 +0200
commitd0202a5c25227e09a564a4cc61bfbf4cad191d32 (patch)
tree3c7f3c3110f4d59f41344a638fcffd22646102c4 /src/zix/digest.h
parent8a8410f5330dccb8d213e1acdf938cc4c25003e9 (diff)
downloadsord-d0202a5c25227e09a564a4cc61bfbf4cad191d32.tar.gz
sord-d0202a5c25227e09a564a4cc61bfbf4cad191d32.tar.bz2
sord-d0202a5c25227e09a564a4cc61bfbf4cad191d32.zip
Update zix
Fixes an issue introduced by 616517f among various other minor things.
Diffstat (limited to 'src/zix/digest.h')
-rw-r--r--src/zix/digest.h4
1 files changed, 2 insertions, 2 deletions
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 <stddef.h>
#include <stdint.h>
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#endif