platform ps2, fixes for gcc14

This commit is contained in:
kub 2024-05-20 10:07:42 +02:00
parent c055f15cd5
commit 257baf1520
5 changed files with 11 additions and 8 deletions

View file

@ -6,6 +6,7 @@
#include <string.h>
#include <sys/time.h>
#include <stdlib.h>
#include <malloc.h>
#include <errno.h>
#include <kernel.h>