Skip to content

Commit

Permalink
ssize_t is not defined in stddef.h (#1999)
Browse files Browse the repository at this point in the history
i had to add sys/types.h and patch my gentoo ebuilds for a successful compilation.
  • Loading branch information
RealAstolfo committed Apr 18, 2024
1 parent 5a852cb commit 8447410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debug/GdbStub.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define GDBSTUB_H_

#include <stddef.h>
#include <sys/types.h>
#include <map>
#include <vector>

Expand Down

0 comments on commit 8447410

Please sign in to comment.