Include for size_t

This commit is contained in:
csnikki 2022-08-10 11:02:57 +02:00 committed by GitHub
parent 607f1d1fb6
commit 4e6ccfa9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
*/
#pragma once
#include <stddef.h>
/**
* @brief Allocates a 0x80-byte aligned buffer.
* @param size Size of the buffer to allocate.