Add missing include for aaru.h in decls.h

This commit is contained in:
2025-10-09 16:59:41 +01:00
parent 791a7f8879
commit 4a915ee152

View File

@@ -19,6 +19,7 @@
#ifndef LIBAARUFORMAT_DECLS_H
#define LIBAARUFORMAT_DECLS_H
#include "aaru.h"
#include "crc64.h"
#include "md5.h"
#include "sha1.h"
@@ -26,6 +27,7 @@
#include "simd.h"
#include "spamsum.h"
#include "structs/optical.h"
#ifdef __cplusplus
#define EXTERNC extern "C"
#else