Add missing includes

malloc.h for memalign() and unistd.h for usleep().
This commit is contained in:
pstef 2025-04-06 11:16:30 +00:00
parent e8d43b3d99
commit d65c17f6b8
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
*/
#include <stdlib.h>
#include <unistd.h>
#include <malloc.h>
#include <gccore.h>
#include <rthreads/rthreads.h>