diff options
Diffstat (limited to 'zix/chunk.c')
-rw-r--r-- | zix/chunk.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zix/chunk.c b/zix/chunk.c index 4533b26..d1e7e6c 100644 --- a/zix/chunk.c +++ b/zix/chunk.c @@ -14,11 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <string.h> - #include "zix/chunk.h" + #include "zix/digest.h" +#include <string.h> + ZIX_API uint32_t zix_chunk_hash(const ZixChunk* const chunk) { |