mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add missing include for aaru.h in decls.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user