Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e113851 authored by Casey Dahlin's avatar Casey Dahlin
Browse files

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
parent e6413fcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define _LIBUNWINDSTACK_REGS_H

#include <stdint.h>
#include <unistd.h>

#include <functional>
#include <string>