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.
This commit is contained in:
RealAstolfo 2024-04-18 05:40:38 -06:00 committed by GitHub
parent 5a852cb00d
commit 84474105e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
#define GDBSTUB_H_
#include <stddef.h>
#include <sys/types.h>
#include <map>
#include <vector>