diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 4538c7109ef..398b651315c 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -41,6 +41,7 @@ struct timeval; struct timespec; struct sockaddr; struct siginfo; +struct stat; typedef u32 socklen_t; }