mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Fix definition of size_t for non-Windows platforms.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <arm_neon.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "library.h"
|
||||
#include "crc32.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <arm_neon.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "library.h"
|
||||
#include "arm_vmull.h"
|
||||
|
||||
Reference in New Issue
Block a user