Include for size_t

This commit is contained in:
csnikki 2022-08-10 11:02:57 +02:00 committed by fincs
parent 607f1d1fb6
commit 59cf50c201

View File

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