diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/debug/GdbStub.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stddef.h> +#include <sys/types.h> #include <map> #include <vector> |