diff options
Diffstat (limited to 'src/digest.c')
-rw-r--r-- | src/digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/digest.c b/src/digest.c index bc65f90..c40b1cc 100644 --- a/src/digest.c +++ b/src/digest.c @@ -1,7 +1,7 @@ // Copyright 2012-2021 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "zix/digest.h" +#include <zix/digest.h> #include <assert.h> #include <stdint.h> |