Add unistd.h to includes in Regs.h
This is required to use pid_t, but by luck nobody noticed its absence until the Fuchsia build. Test: Code now builds inside Fuchsia
This commit is contained in:
parent
e6413fcd94
commit
0e113851a5
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#define _LIBUNWINDSTACK_REGS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue