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:
parent
5a852cb00d
commit
84474105e2
|
@ -3,6 +3,7 @@
|
|||
#define GDBSTUB_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue