From 84474105e29c858bdfe22fcbe443ede7753e9609 Mon Sep 17 00:00:00 2001 From: RealAstolfo Date: Thu, 18 Apr 2024 05:40:38 -0600 Subject: ssize_t is not defined in stddef.h (#1999) i had to add sys/types.h and patch my gentoo ebuilds for a successful compilation. --- src/debug/GdbStub.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug') diff --git a/src/debug/GdbStub.h b/src/debug/GdbStub.h index ace07bf..99b8815 100644 --- a/src/debug/GdbStub.h +++ b/src/debug/GdbStub.h @@ -3,6 +3,7 @@ #define GDBSTUB_H_ #include +#include #include #include -- cgit v1.2.3